From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97548 invoked by alias); 17 Nov 2015 10:13:42 -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 97534 invoked by uid 89); 17 Nov 2015 10:13:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 17 Nov 2015 10:13:41 +0000 Received: by ioir85 with SMTP id r85so13601818ioi.1 for ; Tue, 17 Nov 2015 02:13:39 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.107.130.155 with SMTP id m27mr41408958ioi.133.1447755219084; Tue, 17 Nov 2015 02:13:39 -0800 (PST) Received: by 10.107.41.1 with HTTP; Tue, 17 Nov 2015 02:13:39 -0800 (PST) In-Reply-To: <1447684618-37158-1-git-send-email-james.greenhalgh@arm.com> References: <1447684618-37158-1-git-send-email-james.greenhalgh@arm.com> Date: Tue, 17 Nov 2015 10:13:00 -0000 Message-ID: Subject: Re: [Patch AArch64] Add support for Cortex-A35 From: Marcus Shawcroft To: James Greenhalgh Cc: "gcc-patches@gcc.gnu.org" , Marcus Shawcroft , Richard Earnshaw Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02059.txt.bz2 On 16 November 2015 at 14:36, James Greenhalgh wrote: > 2015-11-16 James Greenhalgh > > * config/aarch64/aarch64-cores.def (cortex-a35): New. > * config/aarch64/aarch64.c (cortexa35_tunings): New. > * config/aarch64/aarch64-tune.md: Regenerate. > * doc/invoke.texi (-mcpu): Add Cortex-A35 > OK /M