[PATCH/AArch64 1/3] * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
Philipp Tomsich
philipp.tomsich@theobroma-systems.com
Wed Dec 4 18:29:00 GMT 2013
This adds support for the AppliedMicro X-Gene 1 processor to the assembler.
There's a dependency against this change for the GCC patches that I'm about to send out...
Best,
Philipp Tomsich.
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
---
gas/config/tc-aarch64.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 14ffdad..4312bed 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -7123,6 +7123,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
--
1.7.2.5
More information about the Binutils
mailing list