From 8b7d430070c313ad66b88379a4358c5cc1b8c17a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 24 Aug 2006 19:45:30 +0000 Subject: [PATCH] * doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English. From-SVN: r116385 --- gcc/ChangeLog | 4 ++++ gcc/doc/tm.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c1aa4eeeb2..5d27b877677 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-08-24 Bill Wendling + + * doc/tm.texi (TARGET_DEFAULT_PACK_STRUCT): Fixed English. + 2006-08-24 Jan Hubicka * reload1.c (emit_reload_insns): Fix yet another typo in my patch. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 9063928711c..29c1ce2b90e 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9473,7 +9473,7 @@ arguments of @samp{#pragma pack}. @defmac TARGET_DEFAULT_PACK_STRUCT If your target requires a structure packing default other than 0 (meaning 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). @end defmac -- 2.30.2