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: readings.html -- add "An Introduction to GCC"


This is hardly for the regulars on this list ;-), but I reviewed the book
and it's really nice for beginners or people switching from proprietary
systems and the compilers there.

(The book is published under the GNU Free Documentation License and has
a forword by RMS, by the way.)

Gerald

Index: readings.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.129
diff -u -3 -p -r1.129 readings.html
--- readings.html	27 Jun 2004 18:08:34 -0000	1.129
+++ readings.html	10 Jul 2004 23:43:19 -0000
@@ -15,6 +15,9 @@

 <ul>

+  <li><a href="http://www.network-theory.co.uk/gcc/intro/";>An Introduction
+  to GCC</a> by Brian J. Gough.</li>
+
   <li><a href="http://home.in.tum.de/~baueran/thesis/";>Compilation of Functional Programming
   Languages using GCC -- Tail Calls</a> by Andreas Bauer
   &lt;<a href="mailto:baueran@in.tum.de";>baueran@in.tum.de</a>&gt;.</li>


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