From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36222 invoked by alias); 26 Feb 2016 14:25:26 -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 36184 invoked by uid 89); 26 Feb 2016 14:25:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=3456, 345,6, parentheses, Hx-languages-length:1097 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:25:20 +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 5549249; Fri, 26 Feb 2016 06:24:25 -0800 (PST) Received: from [10.2.206.200] (e100706-lin.cambridge.arm.com [10.2.206.200]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 47D233F213; Fri, 26 Feb 2016 06:25:18 -0800 (PST) Message-ID: <56D0604C.4080706@foss.arm.com> Date: Fri, 26 Feb 2016 14:25:00 -0000 From: Kyrill Tkachov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: GCC Patches CC: Ramana Radhakrishnan , Richard Earnshaw Subject: [PATCH][ARM][wwwdocs] Mention Cortex-A32 and Cortex-A35 support in changes.html for GCC 6 Content-Type: multipart/mixed; boundary="------------050607060006040201010006" X-SW-Source: 2016-02/txt/msg01794.txt.bz2 This is a multi-part message in MIME format. --------------050607060006040201010006 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-length: 134 Hi all, This patch adds a note to changes.html about the added support for Cortex-A32 and Cortex-A35. Ok to commit? Thanks, Kyrill --------------050607060006040201010006 Content-Type: text/x-patch; name="wwwdocs-a32-a35.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="wwwdocs-a32-a35.patch" Content-length: 950 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. +
  • --------------050607060006040201010006--