* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.

From-SVN: r116385
This commit is contained in:
Bill Wendling 2006-08-24 19:45:30 +00:00 committed by Mike Stump
parent 7ef701a84a
commit 8b7d430070
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-24 Bill Wendling <wendling@apple.com>
* doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English.
2006-08-24 Jan Hubicka <jh@suse.cz> 2006-08-24 Jan Hubicka <jh@suse.cz>
* reload1.c (emit_reload_insns): Fix yet another typo in my patch. * reload1.c (emit_reload_insns): Fix yet another typo in my patch.

View File

@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}.
@defmac TARGET_DEFAULT_PACK_STRUCT @defmac TARGET_DEFAULT_PACK_STRUCT
If your target requires a structure packing default other than 0 (meaning If your target requires a structure packing default other than 0 (meaning
the machine default), define this macro to the necessary value (in bytes). the machine default), define this macro to the necessary value (in bytes).
This must be a value that would also valid to be used with This must be a value that would also be valid to use with
@samp{#pragma pack()} (that is, a small power of two). @samp{#pragma pack()} (that is, a small power of two).
@end defmac @end defmac