From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68531 invoked by alias); 13 May 2015 16:06:38 -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 68504 invoked by uid 89); 13 May 2015 16:06:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 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; Wed, 13 May 2015 16:06:35 +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 1BDCD596 for ; Wed, 13 May 2015 09:05:56 -0700 (PDT) Received: from [10.2.206.27] (e105545-lin.cambridge.arm.com [10.2.206.27]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 68D193F21B for ; Wed, 13 May 2015 09:06:33 -0700 (PDT) Message-ID: <55537688.7080804@foss.arm.com> Date: Wed, 13 May 2015 16:11:00 -0000 From: Ramana Radhakrishnan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH, ARM, doc] add missing -mtune options References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01240.txt.bz2 On 07/05/15 23:12, Jim Wilson wrote: > I noticed that the list of -mtune options in the arm-cores.def file > didn't match the list in the doc/invoke.texi file. There are 3 cores > missing: generic-armv7-a, cortex-a17, and cortex-a17.cortex-a7. This > patch adds the missing cores to the docs. > > Jim > This is OK thanks. regards Ramana