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 for Re: removal of the frontend links


Sreejith asked me to remove the following links 

> <GCC Frontend HOWTO by Sreejith K. Menon
> <sreejithkmenon@yahoo.com>"> from
> http://gcc.gnu.org/readings.html ;
> 
> <GNU Shakespeare ,a "language with the expressiveness
> of BASIC and user-friendliness of assembly language">
> from http://gcc.gnu.org/frontends.html

which my patch below does.

Installed.

Gerald

Index: frontends.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/frontends.html,v
retrieving revision 1.26
diff -u -3 -p -r1.26 frontends.html
--- frontends.html	30 Apr 2005 21:32:39 -0000	1.26
+++ frontends.html	17 Sep 2005 21:34:40 -0000
@@ -58,11 +58,6 @@ href="http://people.csa.iisc.ernet.in/sr
 a Flexible Language for Integer Manipulation, can be used as a guideline
 for developing a new frontend for GCC.</li>
 
-<li><a
-href="http://people.csa.iisc.ernet.in/sreejith/frontends/spl/";>GNU
-Shakespeare</a> ,a "language with the expressiveness of BASIC and
-user-friendliness of assembly language".</li>
-
 <li><a href="http://ghdl.free.fr";>GHDL</a> is a GCC front end for the
 VHDL (IEEE 1076) hardware design language.  GHDL and its runtime library
 are written in Ada95 using GNAT and are distributed under the GPL.
Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.148
diff -u -3 -p -r1.148 readings.html
--- readings.html	20 Jul 2005 23:37:50 -0000	1.148
+++ readings.html	17 Sep 2005 21:34:40 -0000
@@ -30,9 +30,6 @@
   <li><a href="ftp://ftp.axis.se/pub/users/hp/pgccfd/";>Porting GCC for
   Dunces</a> by Hans-Peter Nilsson &lt;<a href="mailto:hans-peter.nilsson@axis.com";>hans-peter.nilsson@axis.com</a>&gt;.</li>
 
-  <li><a href="http://www.tldp.org/HOWTO/GCC-Frontend-HOWTO.html";>GCC Frontend
-  HOWTO</a> by Sreejith K. Menon &lt;<a href="mailto:sreejithkmenon@yahoo.com";>sreejithkmenon@yahoo.com</a>&gt;.</li>
-
   <li><a href="http://people.debian.org/~aaronl/Usenix88-lexic.pdf";>Lexical
   Closures for C++</a> by Thomas M. Breuel, on the design and
   implementation of nested functions in GCC.</li>


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