diff mbox

PATCH COMMITTED: Update split branch description on web page

Message ID mcr1v89k6m2.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Oct. 1, 2010, 8:20 p.m. UTC
I committed this patch to the web repository to indicate that the split
branch has been merged into mainline.

Ian
diff mbox

Patch

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.153
diff -u -r1.153 svn.html
--- svn.html	4 Aug 2010 02:50:21 -0000	1.153
+++ svn.html	1 Oct 2010 20:19:34 -0000
@@ -277,12 +277,6 @@ 
   Starynkevitch <a href="mailto:basile@starynkevitch.net">basile@starynkevitch.net</a>. Use
   the <code>[MELT]</code> tag for patches.</dd>
 
-  <dt>split</dt>
-  <dd>For development of stack splitting, as described
-  on <a href="http://gcc.gnu.org/wiki/SplitStacks">the GCC wiki</a>.
-  This branch is maintained by Ian Lance Taylor.  Patches should be
-  marked with the tag <code>[split]</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.
@@ -1007,6 +1001,12 @@ 
   named-addr-spaces-branch to a GCC 4.3 tree.  This branch was maintained by
   Michael Meissner.  This branch was merged from gcc-4_3-branch.</dd>
 
+  <dt>split</dt>
+  <dd>For development of stack splitting, as described
+  on <a href="http://gcc.gnu.org/wiki/SplitStacks">the GCC wiki</a>.
+  This branch was maintained by Ian Lance Taylor.  All changes were
+  merged into mainline.</dd>
+
 </dl>
 
 </body>