From: Philipp Tomsich Date: Wed, 4 Dec 2013 18:29:25 +0000 (+0100) Subject: [AArch64] Add GAS recognition for "xgene-1" X-Git-Tag: hjl/linux/release/2.24.51.0.3~1^2~21^2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9877c63c84d71d43e3b9ce3c2e54ba3b4065459a;p=thirdparty%2Fbinutils-gdb.git [AArch64] Add GAS recognition for "xgene-1" * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1" This adds support for the AppliedMicro X-Gene 1 processor to the assembler. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 82958502efd..0a4f659484f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-01-07 Philipp Tomsich + + * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1" + 2013-12-20 Tristan Gingold * doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry. diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c index 7a69d0026c2..4b243ce34e4 100644 --- a/gas/config/tc-aarch64.c +++ b/gas/config/tc-aarch64.c @@ -7137,6 +7137,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"}, {"generic", AARCH64_ARCH_V8, NULL}, /* These two are example CPUs supported in GCC, once we have real