From patchwork Mon Aug 19 06:16:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1149038 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-507213-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="vVkAtVYf"; 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 46BkFT0VBZz9sMr for ; Mon, 19 Aug 2019 16:15:54 +1000 (AEST) 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=Svc/dNY/Wc9ewZs6AL0imlZ8HfIl7795gVu0DoSjxQ5TDdoZnp11i egqlbHur39QeE+nfOXrUZmNLybpNnoCBUHDbjkpdlpbfVEPC8kAOl0eMWaMPntyj yD7gUVzcZr8ughIsoJh6xZNvldKUgxt9CgFb5aQr01omJQKqtNIcKE= 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=eWvGTKt1UhS/h89b1EbIDTwk1Ks=; b=vVkAtVYfWKR9RneUQzZH xTPWfs+SNeLMlyc/Hc1ndkgiSsqW2dHSzWfto/bw7FhmK1k44p2xSt9pixhpwaAd 6x0JlsKz8Pt3uwXty6LnZzovnVysOWmI8NHwrxDCLgeWb6jP1Z9QKIYSPw5IpNnu IdWZBT+j5/vTlrlxq++yFhk= Received: (qmail 5048 invoked by alias); 19 Aug 2019 06:15:45 -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 4997 invoked by uid 89); 19 Aug 2019 06:15:45 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:890, prototypes, site, his 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; Mon, 19 Aug 2019 06:15:43 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id ECDA933DE1 for ; Mon, 19 Aug 2019 02:15:41 -0400 (EDT) Received: from anthias (unknown [178.114.243.240]) (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 8B50F33DDC for ; Mon, 19 Aug 2019 02:15:41 -0400 (EDT) Date: Mon, 19 Aug 2019 08:16:05 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] gcc-4.3/porting_to.html - remove obsolete reference to Brian M. Carlson's blog Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes I dug into this, and his site still exists, and he's got a new blog, alas the older items appear to be gone. Committed. Gerald Index: gcc-4.3/porting_to.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/porting_to.html,v retrieving revision 1.20 diff -u -r1.20 porting_to.html --- gcc-4.3/porting_to.html 30 Sep 2018 14:38:51 -0000 1.20 +++ gcc-4.3/porting_to.html 18 Aug 2019 11:43:28 -0000 @@ -529,11 +529,6 @@

-Brian M. Carlson, GCC 4.3: Declaration of...Changes Meaning of... - -

- -

Simon Baldwin, [PATCH][RFC] C++ error for parameter redefinition in function prototypes