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 <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>, + Joey Ye <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> + and Xuepeng Guo <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>. + 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 <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> - and H.J. Lu <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>.</dd> + and H.J. Lu <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>.</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 <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>> - and H.J. Lu <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>.</dd> + and H.J. Lu <<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>>.</dd> </dl>