This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[www-patch] changes to readings.html
- From: Andreas Bauer <baueran at in dot tum dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 25 Nov 2003 15:31:33 +0100
- Subject: [www-patch] changes to readings.html
Hi [Gerald, others],
Attached is a patch that fixes a broken link in the "Further Readings"
page as well as adds a new link to a document by myself. Basically,
it resembles my Master's Thesis and describes a few GCC internals, as
well as part of the project structure, etc. I thought it might be
useful for others and, on top of that, fits the category rather well.
Please, let me know if you reckon this should be commited, or rather
omitted. And remember, I have no CVS write-access myself. :-)
Cheers,
Andi.
Index: readings.html
===================================================================
RCS file: /cvsroot/gcc/wwwdocs/htdocs/readings.html,v
retrieving revision 1.114
diff -r1.114 readings.html
17a18,20
> <li><a href="http://home.in.tum.de/~baueran/thesis/">Compilation of Functional Programming
> Languages using GCC -- Tail Calls</a> by Andreas Bauer <<a href="mailto:baueran@in.tum.de">baueran@in.tum.de</a>>.</li>
>
36c39
< <li><a href="http://wwwspies.informatik.tu-muenchen.de/personen/pizka/">GNU INSEL Compiler gic</a>.</li>
---
> <li><a href="http://www4.in.tum.de/~pizka/">GNU INSEL Compiler gic</a>.</li>