From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69828 invoked by alias); 4 Jul 2017 13:57:16 -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 69278 invoked by uid 89); 4 Jul 2017 13:57:14 -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=Best 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; Tue, 04 Jul 2017 13:57:13 +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 9B0C72B; Tue, 4 Jul 2017 06:57:12 -0700 (PDT) Received: from [10.2.207.77] (e100706-lin.cambridge.arm.com [10.2.207.77]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D8E603F557; Tue, 4 Jul 2017 06:57:11 -0700 (PDT) Message-ID: <595B9EB6.7040702@foss.arm.com> Date: Tue, 04 Jul 2017 13:57: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: Thomas Preudhomme , Ramana Radhakrishnan , Richard Earnshaw , "gcc-patches@gcc.gnu.org" Subject: Re: [PATCH 1/3, GCC/ARM] Add MIDR info for ARM Cortex-R7 and Cortex-R8 References: <9ab04ae2-a65a-11cc-dfaf-1a20a8137e4e@foss.arm.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg00218.txt.bz2 On 29/06/17 14:55, Thomas Preudhomme wrote: > Hi, > > The driver is missing MIDR information for processors ARM Cortex-R7 and > Cortex-R8 to support -march/-mcpu/-mtune=native on the command line. > This patch adds the missing information. > > ChangeLog entry is as follows: > > *** gcc/ChangeLog *** > > 2017-01-31 Thomas Preud'homme > > * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM > Cortex-R7 and Cortex-R8 processors. > > Is this ok for master? > Ok. Thanks, Kyrill > Best regards, > > Thomas