diff options
| -rw-r--r-- | gcc/ChangeLog | 6 | ||||
| -rw-r--r-- | gcc/doc/extend.texi | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 70f04af..41090f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-07-30 Eric Christopher <echristo@apple.com> + + PR target/27543 + * doc/extend.texi (i386 Variable Attributes): Add anchor. + (PowerPC Variable Attributes): New section. + 2006-07-30 Atsushi Nemoto <anemo@mba.ocn.ne.jp> PR target/28126 (partial fix) diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e6e5e17..747f64c 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -3238,6 +3238,7 @@ Medium and large model objects may live anywhere in the 32-bit address space addresses). @end table +@anchor{i386 Variable Attributes} @subsection i386 Variable Attributes Two attributes are currently defined for i386 configurations: @@ -3371,6 +3372,14 @@ Here, @code{t5} will take up 2 bytes. @end enumerate @end table +@subsection PowerPC Variable Attributes + +Two attributes are currently defined for PowerPC configurations: +@code{ms_struct} and @code{gcc_struct}. + +For full documentation of these attributes please see the documentation +in the @xref{i386 Variable Attributes}, section. + @subsection Xstormy16 Variable Attributes One attribute is currently defined for xstormy16 configurations: |
