This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] fix pr27543


Small documentation patch for this one. I thought it best to refer to the spot earlier in the file where we have the full documentation instead of duplicating it. Otherwise we can pull it out into the generic variable attributes section as well. I'm open for either?

OK? Some other way?

-eric

2006-07-23 Eric Christopher <echristo@apple.com>

	PR target/27543
	* doc/extend.texi (PowerPC Variable Attributes): New
	section. Reference i386 documentation on ms_struct
	and gcc_struct.
Index: extend.texi
===================================================================
--- extend.texi	(revision 115630)
+++ extend.texi	(working copy)
@@ -3371,6 +3371,14 @@ Here, @code{t5} will take up 2 bytes.
 @end enumerate
 @end table
 
+@subsection PowerPC Variable Attributes
+
+Two attributes are currently defined for i386 configurations:
+@code{ms_struct} and @code{gcc_struct}
+
+For full documentation of these attributes please see the documentation
+in the i386 Variable Attributes section.
+
 @subsection Xstormy16 Variable Attributes
 
 One attribute is currently defined for xstormy16 configurations:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]