Commit 7d0b9a9c by Nick Clifton Committed by Nick Clifton

target.def (narrow_volatile_bitfield): Note that the default value is false, not…

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
parent 25a9a367
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> 2013-08-20 Pavel Chupin <pavel.v.chupin@intel.com>
Fix LIB_SPEC for systems without libpthread. Fix LIB_SPEC for systems without libpthread.
......
...@@ -1267,7 +1267,7 @@ This target hook should return @code{true} if accesses to volatile bitfields ...@@ -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 should use the narrowest mode possible. It should return @code{false} if
these accesses should use the bitfield container type. these accesses should use the bitfield container type.
The default is @code{!TARGET_STRICT_ALIGN}. The default is @code{false}.
@end deftypefn @end deftypefn
@deftypefn {Target Hook} bool TARGET_MEMBER_TYPE_FORCES_BLK (const_tree @var{field}, enum machine_mode @var{mode}) @deftypefn {Target Hook} bool TARGET_MEMBER_TYPE_FORCES_BLK (const_tree @var{field}, enum machine_mode @var{mode})
......
...@@ -1967,7 +1967,7 @@ DEFHOOK ...@@ -1967,7 +1967,7 @@ DEFHOOK
should use the narrowest mode possible. It should return @code{false} if\n\ should use the narrowest mode possible. It should return @code{false} if\n\
these accesses should use the bitfield container type.\n\ these accesses should use the bitfield container type.\n\
\n\ \n\
The default is @code{!TARGET_STRICT_ALIGN}.", The default is @code{false}.",
bool, (void), bool, (void),
hook_bool_void_false) hook_bool_void_false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment