From patchwork Tue Jun 12 10:47:19 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: 164383 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 24368B6FCC for ; Tue, 12 Jun 2012 20:47:38 +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=1340102859; 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=yjoDt7UjetX9T9F12EpPXdzTi24=; b=VFwm6xnWCVOvWot QgRawHe4HDp42JdeVGkf3zx3N+38mAH7pWSN/01eCmZWBr2uBKMJZ+KYVygpb89X 8bmQ9b+qyiKHrSDGmFXIYQc4ajdRCqmwByf/KXyH+cX0qEL+KEKhiYTBI4e57IoH nUA7TcKNbFsm/m/WppWIrnxuDMPA= 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=WE9ketamo/iDDYXrkzYA16UexzHU8axdK/mfhUXCs1LSFtjSWDhsIj5fDYGzpl zDI/wdC6WEOVi+eE4Gkp6iLkh92wdnM8gg6cpxCiAV/m2AHd8hoPHsai3kKTQJWv C9qQGF4H0HyHsvSCwqbIGzNVRR8mTd3e22/MAyySW/3RU=; Received: (qmail 31814 invoked by alias); 12 Jun 2012 10:47:35 -0000 Received: (qmail 31804 invoked by uid 22791); 12 Jun 2012 10:47: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.160) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jun 2012 10:47:21 +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 (jored mo89) (RZmta 29.10 AUTH) with ESMTPA id G07fcbo5C8YsJK for ; Tue, 12 Jun 2012 12:47:19 +0200 (CEST) Message-ID: <4FD71E37.7020808@gjlay.de> Date: Tue, 12 Jun 2012 12:47:19 +0200 From: Georg-Johann Lay User-Agent: Thunderbird 2.0.0.24 (X11/20100302) MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [wwwdocs, 4.6, committed]: Note on avr's progmem attribute, fix sparc 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 changes: - Note on avr's progmem attribute. - Fix -mfix-at697f which is a Sparc option. http://gcc.gnu.org/gcc-4.6/changes.html Johann Index: htdocs/gcc-4.6/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.140 diff -u -p -r1.140 changes.html --- htdocs/gcc-4.6/changes.html 24 Mar 2012 22:04:17 -0000 1.140 +++ htdocs/gcc-4.6/changes.html 12 Jun 2012 10:37:21 -0000 @@ -792,6 +792,13 @@ default. + +

AVR

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

IA-32/x86-64

  • @@ -967,10 +974,6 @@ callee for functions taking parameters with sub-word size in 32-bit mode, since this is redundant with the specification of the ABI. GCC has never done so in 64-bit mode since this is also redundant.
  • -
- -

AVR

-
  • The command line option -mfix-at697f has been added to enable the documented workaround for the single erratum of the Atmel AT697F processor.