From patchwork Thu Jan 12 20:53:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 135690 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 0D70AB6FD7 for ; Fri, 13 Jan 2012 07:53:35 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1327006417; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=zOa6m9N x7X6jyRNYTBA1n5bUvdA=; b=wf6LGFGwsxplbKP1gUYCUeO2S+EfG9M0D4Ae61K 0Gmawy71L/YdNRBWT+VF9c6HViZNKGlmXGKpZiawRSiBA0gqnnyX9Yvda3AghfeN BvT9+sh4/CnGKpTZFlY4uPBdFFAuPi0bkmrU/ulJW0ptmFi4vWYu8mhD/HzgGWFu y2Ss= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=tJktvFuwWNbHXIwjlg6Qm8eRLIwLA0LCyI1TbU9JNPXt6WAGzJQt6nxknSfzvn c/R/wHN7Ogg4mPLklNrcdXFCKlWYviQ6ZjIxYgf8C4kUkhWwL1jQ95zxtGhwgdoy WBzHhz6IJ05/T2aIMPowCjHcc24zEOlOP5bzKzOhYi6L8=; Received: (qmail 19671 invoked by alias); 12 Jan 2012 20:53:28 -0000 Received: (qmail 19659 invoked by uid 22791); 12 Jan 2012 20:53:27 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE, SUBJ_OBFU_PUNCT_FEW, SUBJ_OBFU_PUNCT_MANY X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Jan 2012 20:53:13 +0000 Received: from [192.168.178.22] (port-92-204-59-150.dynamic.qsc.de [92.204.59.150]) by mx01.qsc.de (Postfix) with ESMTP id 49B8D3CFD1; Thu, 12 Jan 2012 21:53:12 +0100 (CET) Message-ID: <4F0F4838.3000902@net-b.de> Date: Thu, 12 Jan 2012 21:53:12 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: gcc patches , Benjamin Kosnik , Gerald Pfeifer Subject: [wwwdocs] Link from gcc-4.{6,7}/changes.html to porting_to.html 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 I intent to commit the attached patch to link from http://gcc.gnu.org/gcc-4.6/changes.html to http://gcc.gnu.org/gcc-4.6/porting_to.html and from http://gcc.gnu.org/gcc-4.7/changes.html to http://gcc.gnu.org/gcc-4.7/porting_to.html Seemingly no one has written a porting-to document for 4.5 - and a similar link already exists for 4.4: from http://gcc.gnu.org/gcc-4.4/changes.html Tobias Index: gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.137 diff -p -u -r1.137 changes.html --- gcc-4.6/changes.html 12 Jan 2012 19:35:28 -0000 1.137 +++ gcc-4.6/changes.html 12 Jan 2012 20:49:31 -0000 @@ -13,6 +13,9 @@

Caveats

    +
  • More information on porting to GCC 4.6 from previous versions of + GCC can be found in the porting guide + for this release.
  • The options -b <machine> and -V <version> have been removed because Index: gcc-4.7/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v retrieving revision 1.73 diff -p -u -r1.73 changes.html --- gcc-4.7/changes.html 12 Jan 2012 19:35:29 -0000 1.73 +++ gcc-4.7/changes.html 12 Jan 2012 20:49:32 -0000 @@ -15,6 +15,10 @@

    Caveats

      +
    • More information on porting to GCC 4.7 from previous versions of + GCC can be found in the porting guide + for this release.
    • +
    • Support for a number of older systems and recently unmaintained or untested target ports of GCC has been declared obsolete in GCC 4.7. Unless there is activity to revive them, the