aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-08-20 12:17:16 +0000
committerNick Clifton <nickc@gcc.gnu.org>2013-08-20 12:17:16 +0000
commit7d0b9a9cf81d06fbe3196b1e9a3d19acaa02d8c2 (patch)
treeb905b8b75def0756f2bfda0b8c3c3d6227db1f6e /gcc
parent25a9a3671a1dfc59cc418ccf510da36911229972 (diff)
downloadgcc-7d0b9a9cf81d06fbe3196b1e9a3d19acaa02d8c2.zip
gcc-7d0b9a9cf81d06fbe3196b1e9a3d19acaa02d8c2.tar.gz
gcc-7d0b9a9cf81d06fbe3196b1e9a3d19acaa02d8c2.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/tm.texi2
-rw-r--r--gcc/target.def2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0c7561b..bce291d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 5901ba4..d15f53c 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 473408c..6de513f 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)