From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17957 invoked by alias); 18 Feb 2014 18:26:39 -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 17816 invoked by uid 89); 18 Feb 2014 18:26:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.theobroma-systems.com Received: from vegas.theobroma-systems.com (HELO mail.theobroma-systems.com) (144.76.126.164) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 18 Feb 2014 18:26:38 +0000 Received: from [85.31.14.210] (port=51614 helo=android.com) by mail.theobroma-systems.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1WFpNL-0002K8-3v; Tue, 18 Feb 2014 19:26:35 +0100 From: Philipp Tomsich To: binutils@sourceware.org Cc: philipp.tomsich@theobroma-systems.com, marcus.shawcroft@gmail.com Subject: [PATCH 2/2] Rename 'xgene-1' to 'xgene1'. Date: Tue, 18 Feb 2014 18:26:00 -0000 Message-Id: <1392747981-23097-2-git-send-email-philipp.tomsich@theobroma-systems.com> In-Reply-To: <1392747981-23097-1-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1392747981-23097-1-git-send-email-philipp.tomsich@theobroma-systems.com> X-SW-Source: 2014-02/txt/msg00107.txt.bz2 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(-) 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 aarch64_cpus[] = { {"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}, /* These two are example CPUs supported in GCC, once we have real -- 1.9.0