From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100964 invoked by alias); 26 Feb 2016 14:49:35 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 100900 invoked by uid 89); 26 Feb 2016 14:49:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=3456, 345,6, parentheses, 34515 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 26 Feb 2016 14:49:34 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 14B8A49; Fri, 26 Feb 2016 06:48:39 -0800 (PST) Received: from e105689-lin.cambridge.arm.com (e105689-lin.cambridge.arm.com [10.2.207.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D8A483F246; Fri, 26 Feb 2016 06:49:31 -0800 (PST) Subject: Re: [PATCH][ARM][wwwdocs] Mention Cortex-A32 and Cortex-A35 support in changes.html for GCC 6 To: Kyrill Tkachov , GCC Patches References: <56D0604C.4080706@foss.arm.com> Cc: Ramana Radhakrishnan From: "Richard Earnshaw (lists)" Message-ID: <56D065FA.50101@arm.com> Date: Fri, 26 Feb 2016 14:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <56D0604C.4080706@foss.arm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2016-02/txt/msg01798.txt.bz2 On 26/02/16 14:25, Kyrill Tkachov wrote: > Hi all, > > This patch adds a note to changes.html about the added support for > Cortex-A32 and Cortex-A35. > > Ok to commit? > OK. R. > Thanks, > Kyrill > > wwwdocs-a32-a35.patch > > > Index: htdocs/gcc-6/changes.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v > retrieving revision 1.62 > diff -U 3 -r1.62 changes.html > --- htdocs/gcc-6/changes.html 24 Feb 2016 09:36:06 -0000 1.62 > +++ htdocs/gcc-6/changes.html 25 Feb 2016 10:51:14 -0000 > @@ -345,6 +345,15 @@ > documentation for details of available attributes and > pragmas as well as usage instructions. > > +
  • > + Support has been added for the following processors > + (GCC identifiers in parentheses): ARM Cortex-A32 > + (cortex-a32), ARM Cortex-A35 (cortex-a35). > + The GCC identifiers can be used > + as arguments to the -mcpu or -mtune options, > + for example: -mcpu=cortex-a32 or > + -mtune=cortex-a35. > +
  • > > > >