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 to cvs.html to mark more branches inactive


This patch moves csl-sol210-branch (merged into mainline and all but one 
patch into 4.0) and csl-hpux-branch (unmaintained) to the list of inactive 
development branches.  OK to commit?  (csl-sol210-3_4-branch is still 
active to provide Solaris 10 improvements in a 3.4-based compiler.)

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

Index: cvs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v
retrieving revision 1.186
diff -u -r1.186 cvs.html
--- cvs.html	5 Apr 2005 07:27:26 -0000	1.186
+++ cvs.html	5 Apr 2005 12:03:40 -0000
@@ -279,18 +279,6 @@
   be marked with the tag <code>[csl-arm-branch]</code> in the subject
   line.</dd>
 
-  <dt>csl-hpux-branch</dt>
-  <dd>CodeSourcery branch for developing HP-UX improvements.
-  The branch is maintained by CodeSourcery personnel.  Patches should
-  be marked with the tag <code>[csl-hpux-branch]</code> in the subject
-  line.</dd>
-
-  <dt>csl-sol210-branch</dt>
-  <dd>CodeSourcery branch for developing Solaris 2.10 AMD64 support.
-  This branch is maintained by CodeSourcery personnel.  Patches should
-  be marked with the tag <code>[csl-sol210-branch]</code> in the
-  subject line.</dd>
-
   <dt>csl-sol210-3_4-branch</dt>
   <dd>CodeSourcery branch for developing Solaris 2.10 AMD64 support
   for GCC 3.4.  This branch is maintained by CodeSourcery personnel.
@@ -413,7 +401,8 @@
   mips-3_4-rewrite-branch<br />
   dfa-branch<br />
   gcj-abi-2-dev-branch<br />
-  <a href="projects/tree-ssa/">tree-ssa-20020619-branch</a></dt>
+  <a href="projects/tree-ssa/">tree-ssa-20020619-branch</a><br />
+  csl-sol210-branch</dt>
   <dd>These branches have been merged into the mainline.</dd>
 
   <dt>apple-ppc-branch</dt>
@@ -494,6 +483,10 @@
   (AWT and Swing) in the libjava directory.  It has been merged into
   mainline.</dd>
 
+  <dt>csl-hpux-branch</dt>
+  <dd>This branch was for changes to G++ to be more compatible with
+  ABI bugs in the HP-UX C++ compiler.  It is now unmaintained.</dd>
+
 </dl>
 
 <h2><a name="wwwdocs">Web pages</a></h2>


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