From patchwork Fri Feb 26 14:25:16 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyrill Tkachov X-Patchwork-Id: 589039 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DEB861402C9 for ; Sat, 27 Feb 2016 01:25:35 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Gmy/+lrF; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; q=dns; s=default; b=QlyuYRDVMEILMDA947ZxB4wABwXfLloXnMzxKHRWa+g CyYPuJDRbn+pErxq0JbbI3xcKCkxWxBwu6b3HKkqTSLjCl4inkHsZvhER2qKa7fb 6buweEMf+uA5EJX2qfGv7Tdo7vowreJ5axG2Xeyz0rzDkSncbfWOpYfZ5msNuku4 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; s=default; bh=Q2aglDB9+M0o8qboc8O06hRzTZg=; b=Gmy/+lrF+LOLThjEh GkYysDbNUJCLd6mlEVzB6WH6tu+8/7ewxNA2sOveLyNxSlkxhZTybWfAoEBQN3rV VTexCJVRHaC5eVyt0QvjAKteCj6p89iA68q0/Jzxls0cqBmF3FPT0IgfPk7NljH5 Qas/yRXuXObm++YjePmWD65CFI= 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-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@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:16 +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 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 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. +