diff options
| author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-30 20:50:00 +0000 |
|---|---|---|
| committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-30 20:50:00 +0000 |
| commit | c4e8a4d4a4e6a1abce3422a871c0426bd5e29bb3 (patch) | |
| tree | 4ed970f7b8d001c8c91391846f40c82f9d2e7bb7 | |
| parent | 7342eaa6881aaaebbec93cc3b9aed78529c96634 (diff) | |
| download | ppe42-gcc-c4e8a4d4a4e6a1abce3422a871c0426bd5e29bb3.tar.gz ppe42-gcc-c4e8a4d4a4e6a1abce3422a871c0426bd5e29bb3.zip | |
2006-07-30 Eric Christopher <echristo@apple.com>
PR target/27543
* doc/extend.texi (i386 Variable Attributes): Add anchor.
(PowerPC Variable Attributes): New section.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115827 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 70f04aff949..41090f50968 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 e6e5e1718c6..747f64cd7bf 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: |

