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]

[wwwdocs] Use sourceware.org for the CGEN project URL


Committed, though I wonder whether there is a better reference to
use?  The mailing list (CVS commits) seems quite active, the home-
page is like nine years old. :-/

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.192
diff -u -3 -p -r1.192 readings.html
--- readings.html	29 Jun 2009 23:13:12 -0000	1.192
+++ readings.html	20 Sep 2009 21:23:30 -0000
@@ -110,7 +110,7 @@ names.
  <li>fr30
    <br />Manufacturer: Fujitsu
    <br />Acronym stands for: Fujitsu RISC
-   <br />GDB includes a <a href="http://sources.redhat.com/cgen/";>CGEN</a>
+   <br />GDB includes a <a href="http://sourceware.org/cgen/";>CGEN</a>
    generated simulator.
  </li>
  
Index: projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.55
diff -u -3 -p -r1.55 beginner.html
--- projects/beginner.html	4 Feb 2008 15:10:29 -0000	1.55
+++ projects/beginner.html	20 Sep 2009 21:23:30 -0000
@@ -837,7 +837,7 @@ rid of the <code>PATH_SEPARATOR</code> m
 <li>Implement a macro preprocessor for <samp>.md</samp> files.
 
 <p>It should act like the macro processor for <a
-href="http://sources.redhat.com/cgen/";>CGEN</a>, which also uses
+href="http://sourceware.org/cgen/";>CGEN</a>, which also uses
 RTL-ish definition files.  You can start with conditional blocks and
 include files.  Remember that we already have define_constants.</p>
 </li>


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