From patchwork Sun Nov 10 13:53:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1192572 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-512896-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="um5V2/Zs"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 479wTB747Cz9sP4 for ; Mon, 11 Nov 2019 00:53:34 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=xaSF+BtkDSVBydJ4Ufmm5m4ZOjjhc8qy79gpNT0bszCJBAF5pKSLV eKqdQ213tX1Uu4AgTWChJLD1tInN8M5zRJQp/ORwXJtAZJaVYyAd83ehLMRWjeMK VfgzsmP6PRyBiSnI62DKZOmvQ+m0xiS01PYKlbXfW1SCPiZYJaUF74= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=e2UYRI1IeEg/asctKo7amsXohVI=; b=um5V2/ZsKQXLBmcYQPkP JFwVMG9CmbaDPO8vy3Rs72dMHiArqNmky6UxtqasEC4izHWayOqpTisSomoWXQfM 5USeS8yMLJPPVwFOkWca+qv2AxDV/zxsK6C5Wwro2hzszVK0XP9BSbvh6ET7PFqB hIsWfb+2ZZhlXp3JFFIPtO0= Received: (qmail 97679 invoked by alias); 10 Nov 2019 13:53:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 97670 invoked by uid 89); 10 Nov 2019 13:53:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*hp, H*Ad:U*hp X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 10 Nov 2019 13:53:26 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 088E933E06; Sun, 10 Nov 2019 08:53:25 -0500 (EST) Received: from anthias (unknown [178.114.215.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 7E27A33E01; Sun, 10 Nov 2019 08:53:24 -0500 (EST) Date: Sun, 10 Nov 2019 14:53:23 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, Hans-Peter Nilsson Subject: [wwwdocs] readings.html - "Porting GCC for Dunces" is gone Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes 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 Date: Sun Nov 10 14:41:36 2019 +0100 Disable "Porting GCC for Dunces" which is gone (or moved). 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 @@
  • Compilation of Functional Programming Languages using GCC -- Tail Calls by Andreas Bauer.
  • - +
  • Using, Maintaining and Enhancing COBOL for the GNU Compiler Collection (GCC) by Joachim Nadler and Tim Josling