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]

Mention gccgo branch in svn.html


I committed this patch to mention the gccgo branch in the list of
branches in svn.html.

Ian


Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.143
diff -p -u -r1.143 svn.html
--- svn.html	10 Nov 2009 20:06:33 -0000	1.143
+++ svn.html	10 Nov 2009 23:24:18 -0000
@@ -433,6 +433,14 @@ the command <code>svn log --stop-on-copy
     especially for the <a href="http://gcc.gnu.org/wiki/ArrayDescriptorUpdate";>
       array descriptor update</a>.  It is maintained by Jerry DeLisle
     &lt;<a href="mailto:jvdelisle@verizon.net";>jvdelisle@verizon.net</a>&gt;.</dd>
+
+  <dt>gccgo</dt>
+  <dd>This branch is for the Go frontend to gcc.  For more information
+    about the Go programming language,
+    see <a href="http://golang.org/";>http://golang.org</a>.  The
+    branch is maintained by Ian Lance Taylor.  Patches should be
+    marked with the tag [gccgo] in the Subject line.
+  </dd>
 </dl>
 
 <h3 id="distrobranches">Distribution Branches</h3>

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