From: Nick Clifton Date: Tue, 20 Aug 2013 12:17:16 +0000 (+0000) Subject: target.def (narrow_volatile_bitfield): Note that the default value is false, not... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d0b9a9cf81d06fbe3196b1e9a3d19acaa02d8c2;p=gcc.git target.def (narrow_volatile_bitfield): Note that the default value is false, not !TARGET_STRICT_ALIGN. * target.def (narrow_volatile_bitfield): Note that the default value is false, not !TARGET_STRICT_ALIGN. * doc/tm.texi: Regenerate. From-SVN: r201878 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0c7561ba9bb..bce291dcfb2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-08-20 Nick Clifton + + * 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 Fix LIB_SPEC for systems without libpthread. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 5901ba4ff4e..d15f53ce5ae 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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}) diff --git a/gcc/target.def b/gcc/target.def index 473408cd142..6de513fdf9a 100644 --- a/gcc/target.def +++ b/gcc/target.def @@ -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)