Commit 8b7d4300 by Bill Wendling Committed by Mike Stump

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

From-SVN: r116385
parent 7ef701a8
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.
......
...@@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}. ...@@ -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
......
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