diff mbox

RFA: Fix declaration of default value of TARGET_NARROW_VOLATILE_BITFIELD

Message ID 52135E1F.6080209@redhat.com
State New
Headers show

Commit Message

Nick Clifton Aug. 20, 2013, 12:16 p.m. UTC
Hi Gerald,
> it looks this patch did not get applied.  Is this because you
> failed to get approval?

Yes. :-(

> With a patch Joseph did recently, this would now be in gcc/target.def,
> and from what I can see both parts of the patch are fine.
>
> Unless anyone objects, can you please ago ahead and commit an
> update patch?

Thanks.  I have gone ahead and checked in this patch:

Cheers
   Nick

gcc/ChangeLog

2013-08-20  Nick Clifton  <nickc@redhat.com>

	* target.def (narrow_volatile_bitfield): Note that the default
	value is false, not !TARGET_STRICT_ALIGN.
	* doc/tm.texi: Regenerate.
diff mbox

Patch

Index: target.def
===================================================================
--- target.def	(revision 201870)
+++ target.def	(working copy)
@@ -1967,7 +1967,7 @@ 
  should use the narrowest mode possible.  It should return @code{false} 
if\n\
  these accesses should use the bitfield container type.\n\
  \n\
-The default is @code{!TARGET_STRICT_ALIGN}.",
+The default is @code{false}.",
   bool, (void),
   hook_bool_void_false)