diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 12:17:16 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-08-20 12:17:16 +0000 |
commit | 866cf42b3a8ea358160d937b6e7a6d104c3f8758 (patch) | |
tree | b905b8b75def0756f2bfda0b8c3c3d6227db1f6e /gcc/target.def | |
parent | f83344953ffcd02cef6b54a2fb47a139b71edac4 (diff) | |
download | gcc-866cf42b3a8ea358160d937b6e7a6d104c3f8758.tar.gz |
* target.def (narrow_volatile_bitfield): Note that the default
value is false, not !TARGET_STRICT_ALIGN.
* doc/tm.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201878 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/target.def')
-rw-r--r-- | gcc/target.def | 2 |
1 files changed, 1 insertions, 1 deletions
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) |