From patchwork Wed Sep 19 15:58:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georg-Johann Lay X-Patchwork-Id: 185092 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 08E3B2C0081 for ; Thu, 20 Sep 2012 01:58:40 +1000 (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=1348675121; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding:Mailing-List:Precedence: List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=Yb5Xxr4p7o1s2CAmEPVTh/CYAj4=; b=hQg6Sm7KneI+LyA /JEtD/QNZG8v9PC7Upgip028wKfnp+WCojCHjOzotgQRyltRnD1dAt2paJTYp4CH PaE0QoV9QERYtQ3zpMtnsjUdkcOJKBRU1Tolg1n1JV/WQqojDf5cSAC1eUrAeU9i llHN+yPPoUbllaEdZoSeXch80QAM= 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:X-RZG-AUTH:X-RZG-CLASS-ID:Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=wD2fey55bF8e1I+5XashmF3xrnlu+vovayGmHFsoIS7nJb1QZt+rMuyxfdUjut Tq7QCMK4zPGryPGAtd3h+/RdYowlgKQmpYuNQ9HLrX6UGYpjDr10LIHUlMmCda+A O/prM2yUi7Fc5gRf/6WyL1E89de62K+DMKAZIYjijaP/Y=; Received: (qmail 4349 invoked by alias); 19 Sep 2012 15:58:35 -0000 Received: (qmail 4338 invoked by uid 22791); 19 Sep 2012 15:58:34 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mo-p00-ob.rzone.de (HELO mo-p00-ob.rzone.de) (81.169.146.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Sep 2012 15:58:14 +0000 X-RZG-AUTH: :LXoWVUeid/7A29J/hMvvT2k715jHQaJercGObUOFkj18odoYNahU4Q== X-RZG-CLASS-ID: mo00 Received: from [192.168.0.22] (business-188-111-022-002.static.arcor-ip.net [188.111.22.2]) by smtp.strato.de (joses mo47) (RZmta 30.15 AUTH) with ESMTPA id K006f3o8JEQtil for ; Wed, 19 Sep 2012 17:58:13 +0200 (CEST) Message-ID: <5059EB94.1050809@gjlay.de> Date: Wed, 19 Sep 2012 17:58:12 +0200 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: GCC Patches Subject: [patch,wwwdocs,4.6,committed] X-IsSubscribed: yes 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 Applied the following patch that moved the note about the progmem attribute for AVR from the "improvements" section to "caveats". Johann * gcc-4.6/changes.html (avr): Mode note on progmem attribute from "improvments" to "caveats". Index: gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.142 diff -u -p -r1.142 changes.html --- gcc-4.6/changes.html 10 Aug 2012 16:25:46 -0000 1.142 +++ gcc-4.6/changes.html 19 Sep 2012 15:52:01 -0000 @@ -77,6 +77,10 @@ by this change. (This change affects GCC versions 4.6.4 and later, with the exception of versions 4.7.0 and 4.7.1.) +
  • On AVR, variables with the progmem + attribute to locate data in flash memory must be qualified + as const.
  • +
  • Support for a number of older systems and recently unmaintained or untested target ports of GCC has been declared obsolete in GCC 4.6. Unless there is activity to revive them, the @@ -801,13 +805,6 @@ default.

  • - -

    AVR

    -
      -
    • Variables with the progmem attribute to locate data - in flash memory must be qualified as const.
    • -
    -

    IA-32/x86-64