[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 82958502efd17150c0eef6d1661da5ef5b012220..0a4f659484f666c1d4c4112d51b8a50a7428dd61 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 7a69d0026c2f1c24c5dbf8768465a3f69533da39..4b243ce34e468b3a49f4d9e65e5c645d40403357 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