diff options
author | Eric Christopher <echristo@apple.com> | 2006-07-30 20:50:00 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gcc.gnu.org> | 2006-07-30 20:50:00 +0000 |
commit | 1ccbef7746372f4d0e90c026718fb3f1f686196a (patch) | |
tree | 4ed970f7b8d001c8c91391846f40c82f9d2e7bb7 | |
parent | 1672b39fbc55e0390c76d2adaec04eaedd45d0c6 (diff) | |
download | gcc-1ccbef7746372f4d0e90c026718fb3f1f686196a.zip gcc-1ccbef7746372f4d0e90c026718fb3f1f686196a.tar.gz gcc-1ccbef7746372f4d0e90c026718fb3f1f686196a.tar.bz2 |
re PR target/27543 (attribute ms_struct is now also for rs6000 but not documented)
2006-07-30 Eric Christopher <echristo@apple.com>
PR target/27543
* doc/extend.texi (i386 Variable Attributes): Add anchor.
(PowerPC Variable Attributes): New section.
From-SVN: r115827
-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: |