From 1ccbef7746372f4d0e90c026718fb3f1f686196a Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 30 Jul 2006 20:50:00 +0000 Subject: [PATCH] re PR target/27543 (attribute ms_struct is now also for rs6000 but not documented) 2006-07-30 Eric Christopher PR target/27543 * doc/extend.texi (i386 Variable Attributes): Add anchor. (PowerPC Variable Attributes): New section. From-SVN: r115827 --- gcc/ChangeLog | 6 ++++++ gcc/doc/extend.texi | 9 +++++++++ 2 files changed, 15 insertions(+) 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 + + PR target/27543 + * doc/extend.texi (i386 Variable Attributes): Add anchor. + (PowerPC Variable Attributes): New section. + 2006-07-30 Atsushi Nemoto 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: -- 2.30.2