aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2013-12-04 19:29:25 +0100
committerMarcus Shawcroft <marcus.shawcroft@arm.com>2014-01-07 12:27:24 +0000
commit9877c63c84d71d43e3b9ce3c2e54ba3b4065459a (patch)
tree6c9faff34b731415a8b88bd207f5c2de659a8670 /gas
parent3b631e3720979156e83af0dac8b77f479384c2af (diff)
downloadgdb-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')
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-aarch64.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8295850..0a4f659 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
+
+ * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
+
2013-12-20 Tristan Gingold <gingold@adacore.com>
* 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 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