On Mon, Jan 28, 2008 at 02:20:45PM +0100, Andreas Schwab wrote:
> > ----
> > Index: svn.html
> > ===================================================================
> > RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
> > retrieving revision 1.72
> > diff -u -p -r1.72 svn.html
> > --- svn.html        25 Jan 2008 17:42:39 -0000      1.72
> > +++ svn.html        28 Jan 2008 04:35:05 -0000
> > @@ -388,6 +388,16 @@ list therefore provides only some repres
> >    Richard Guenther and Michael Matz.  Patches should be marked with the
> >    tag <code>[varmap]</code> in the subject line.</dd>
> >  
> > +  <dt>stack-branch</dt>
> 
> Is it called stack or stack-branch?
> 
> Andreas.
> 

This is the patch I checked in.


H.J.
---
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- svn.html    25 Jan 2008 17:42:39 -0000      1.72
+++ svn.html    28 Jan 2008 15:19:04 -0000      1.73
@@ -388,6 +388,16 @@ list therefore provides only some repres
   Richard Guenther and Michael Matz.  Patches should be marked with the
   tag <code>[varmap]</code> in the subject line.</dd>
 
+  <dt>stack</dt>
+  <dd>This branch contains a new stack alignment framework to
+  automatically align stack for local variables with alignment requirement.
+  The branch is maintained by
+  H.J. Lu &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>&gt;,
+  Joey Ye &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>&gt;
+  and Xuepeng Guo &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;.
+  Patches should be marked with the tag <code>[stack]</code> in the subject
+  line.</dd>
+
 </dl>
 
 <h4>Architecture-specific</h4>
@@ -465,13 +475,13 @@ list therefore provides only some repres
   <dd>The goal of this branch is to add support for newer ix86 processors such
   as AMD's Barcelona and Intel's Core 2 to GCC 4.2.x.  The current maintainers
   are Michael Meissner &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;
-  and H.J. Lu &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;.</dd>
+  and H.J. Lu &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;.</dd>
 
   <dt>ix86/gcc-4_1-branch</dt>
   <dd>The goal of this branch is to add support for newer ix86 processors such
   as AMD's Barcelona and Intel's Core 2 to GCC 4.1.x.  The current maintainers
   are Michael Meissner &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;
-  and H.J. Lu &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;.</dd>
+  and H.J. Lu &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>&gt;.</dd>
 
 </dl>
 

Reply via email to