diff options
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2013-12-04 19:29:25 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-01-07 12:27:24 +0000 |
commit | 9877c63c84d71d43e3b9ce3c2e54ba3b4065459a (patch) | |
tree | 6c9faff34b731415a8b88bd207f5c2de659a8670 /gas/config/tc-aarch64.c | |
parent | 3b631e3720979156e83af0dac8b77f479384c2af (diff) | |
download | gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.zip gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.tar.gz gdb-9877c63c84d71d43e3b9ce3c2e54ba3b4065459a.tar.bz2 |
[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.
Diffstat (limited to 'gas/config/tc-aarch64.c')
-rw-r--r-- | 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 7a69d00..4b243ce 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 |