diff mbox series

[wwwdocs] readings.html - "Porting GCC for Dunces" is gone

Message ID alpine.LSU.2.21.1911101451040.6032@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] readings.html - "Porting GCC for Dunces" is gone | expand

Commit Message

Gerald Pfeifer Nov. 10, 2019, 1:53 p.m. UTC
Hi H-P,

it appears this download is gone. Do you have an alternate location?

For now I applied the patch below which disables that link in 
readings.html.

Gerald

- Log -----------------------------------------------------------------
commit c5f63c81361196993ea4fdbc3e77c1f2a35a6e15
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Nov 10 14:41:36 2019 +0100

    Disable "Porting GCC for Dunces" which is gone (or moved).

Comments

David Malcolm Nov. 10, 2019, 8:46 p.m. UTC | #1
On Sun, 2019-11-10 at 14:53 +0100, Gerald Pfeifer wrote:
> Hi H-P,
> 
> it appears this download is gone. Do you have an alternate location?
> 
> For now I applied the patch below which disables that link in 
> readings.html.
> 
> Gerald

FWIW archive.org seems to have a copy here:

https://web.archive.org/web/20190214220423/http://ftp.axis.se/pub/users/hp/pgccfd/pgccfd.pdf
diff mbox series

Patch

diff --git a/htdocs/readings.html b/htdocs/readings.html
index 03010f0..e95760a 100644
--- a/htdocs/readings.html
+++ b/htdocs/readings.html
@@ -29,10 +29,10 @@ 
   <li><a href="http://www.pspace.org/a/thesis/">Compilation
   of Functional Programming Languages using GCC -- Tail Calls</a>
   by Andreas Bauer.</li>
-	
+<!--	
   <li><a href="http://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://cobolforgcc.sourceforge.net/cobol_toc.html">Using,
   Maintaining and Enhancing COBOL for the GNU Compiler Collection (GCC)</a>
   by Joachim Nadler and Tim Josling