[AArch64] Add xgene1.
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 18 Nov 2014 11:19:05 +0000 (11:19 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 11:19:05 +0000 (11:19 +0000)
The name xgene1 superceeds xgene-1.  We retain support for the
original xgene-1 for compatibility but drop it from documentation.

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

index 3b1d03470f57dc3938de6ac993f427ce0fcd9186..0c76e0d6094d1e696aa78433beede757ef476269 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-17  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Add "xgene1".
+       * doc/c-aarch64.texi: Rename xgene-1 to xgene1.
+
 2014-11-17  Ilya Tocar  <ilya.tocar@intel.com>
 
        * config/tc-i386.c (cpu_arch): Add .avx512vbmi.
index 4f3fe4749ea89139f7ddaf3b5c24bd43c2cebf31..fd0c20156d1383e91dde160ead72a20966239c5d 100644 (file)
@@ -7187,7 +7187,11 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"cortex-a57", AARCH64_FEATURE(AARCH64_ARCH_V8,
                                 AARCH64_FEATURE_CRC), "Cortex-A57"},
   {"thunderx", AARCH64_ARCH_V8, "Cavium ThunderX"},
+  /* The 'xgene-1' name is an older name for 'xgene1', which was used
+     in earlier releases and is superseded by 'xgene1' in all
+     tools.  */
   {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
+  {"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   {NULL, AARCH64_ARCH_NONE, NULL}
index f3d4e41a4ac1c1e74724eae1c6f36783203941f4..8e22b21cbba3467da357e75de7b4abeace47b209 100644 (file)
@@ -59,7 +59,7 @@ on the target processor.  The following processor names are recognized:
 @code{cortex-a57},
 @code{thunderx},
 and
-@code{xgene-1}.
+@code{xgene1}.
 The special name @code{all} may be used to allow the assembler to accept
 instructions valid for any supported processor, including all optional
 extensions.
This page took 0.030428 seconds and 4 git commands to generate.