target.def (narrow_volatile_bitfield): Note that the default value is false, not...
authorNick Clifton <nickc@redhat.com>
Tue, 20 Aug 2013 12:17:16 +0000 (12:17 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 20 Aug 2013 12:17:16 +0000 (12:17 +0000)
* target.def (narrow_volatile_bitfield): Note that the default
value is false, not !TARGET_STRICT_ALIGN.
* doc/tm.texi: Regenerate.

From-SVN: r201878

gcc/ChangeLog
gcc/doc/tm.texi
gcc/target.def

index 0c7561ba9bb3372a92bae36cd6db3efd14607473..bce291dcfb23f67873f3b938559eaecb9c20ab38 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 2013-08-20  Pavel Chupin  <pavel.v.chupin@intel.com>
 
        Fix LIB_SPEC for systems without libpthread.
index 5901ba4ff4e8b4773244d6eb371ddb59bc89dcfd..d15f53ce5ae000fffb2ea3d98f55c4bf531dbde7 100644 (file)
@@ -1267,7 +1267,7 @@ This target hook should return @code{true} if accesses to volatile bitfields
 should use the narrowest mode possible.  It should return @code{false} if
 these accesses should use the bitfield container type.
 
-The default is @code{!TARGET_STRICT_ALIGN}.
+The default is @code{false}.
 @end deftypefn
 
 @deftypefn {Target Hook} bool TARGET_MEMBER_TYPE_FORCES_BLK (const_tree @var{field}, enum machine_mode @var{mode})
index 473408cd142d6a7dd53de33260ec39cb25622375..6de513fdf9a627bd1c0ed96d411e6803f0e67d77 100644 (file)
@@ -1967,7 +1967,7 @@ DEFHOOK
 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)