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]

[www patch] Mention the saveall attribute.


Hi,

Attached is a patch to mention the saveall attribute.  Committed as
obvious.

Kazu Hirata

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.4/changes.html,v
retrieving revision 1.60
diff -u -r1.60 changes.html
--- changes.html	5 Nov 2003 17:53:58 -0000	1.60
+++ changes.html	5 Nov 2003 21:56:00 -0000
@@ -384,7 +384,11 @@
     production you will have to uncomment the entries in that
     file.</li>
     
-    <li>Support for <code>long long</code> added to the H8/300 port.</li>
+    <li>Support for <code>long long</code> has been added to the
+    H8/300 port.</li>
+
+    <li>Support for <code>saveall</code> attribute has been added to
+    the H8/300 port.</li>
 
     <li>Support for the RM7000 and RM9000 processors has been added to the
     MIPS port.  It is activated by the <code>-march</code> compiler option


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