From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32111 invoked by alias); 25 Feb 2014 16:52:59 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 32091 invoked by uid 89); 25 Feb 2014 16:52:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 25 Feb 2014 16:52:56 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Tue, 25 Feb 2014 16:52:53 +0000 Received: from [10.1.208.33] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 25 Feb 2014 16:52:53 +0000 Message-ID: <530CCA65.4050701@arm.com> Date: Tue, 25 Feb 2014 16:52:00 -0000 From: Richard Earnshaw User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Philipp Tomsich CC: "binutils@sourceware.org" , "marcus.shawcroft@gmail.com" Subject: Re: [PATCH 2/2] Rename 'xgene-1' to 'xgene1'. References: <1392747981-23097-1-git-send-email-philipp.tomsich@theobroma-systems.com> <1392747981-23097-2-git-send-email-philipp.tomsich@theobroma-systems.com> In-Reply-To: <1392747981-23097-2-git-send-email-philipp.tomsich@theobroma-systems.com> X-MC-Unique: 114022516525314601 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00152.txt.bz2 On 18/02/14 18:26, Philipp Tomsich wrote: > This change brings the target naming back into sync with all other > documentation on the chip. > --- > gas/config/tc-aarch64.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c > index 2c11cc9..c1e2b95 100644 > --- a/gas/config/tc-aarch64.c > +++ b/gas/config/tc-aarch64.c > @@ -7170,7 +7170,7 @@ static const struct aarch64_cpu_option_table aarch6= 4_cpus[] =3D { > {"all", AARCH64_ANY, NULL}, > {"cortex-a53", AARCH64_ARCH_V8, "Cortex-A53"}, > {"cortex-a57", AARCH64_ARCH_V8, "Cortex-A57"}, > - {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"}, > + {"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"}, > {"generic", AARCH64_ARCH_V8, NULL}, >=20=20 > /* These two are example CPUs supported in GCC, once we have real >=20 This patch needs a ChangeLog entry. It also needs an update to the texinfo entry in the manual. R.