[AArch64] Add GAS recognition for "xgene-1"
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 4 Dec 2013 18:29:25 +0000 (19:29 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 7 Jan 2014 12:27:24 +0000 (12:27 +0000)
* config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"

This adds support for the AppliedMicro X-Gene 1 processor to the
assembler.

gas/ChangeLog
gas/config/tc-aarch64.c

index 8295850..0a4f659 100644 (file)
@@ -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.
index 7a69d00..4b243ce 100644 (file)
@@ -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