[AArch64] Add xgene2.
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 18 Nov 2014 11:24:14 +0000 (11:24 +0000)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Tue, 18 Nov 2014 11:24:14 +0000 (11:24 +0000)
gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi

index 0c76e0d6094d1e696aa78433beede757ef476269..fc95fbf25ffff3b8bd40ee94963106c5ffbdedad 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-17  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Add "xgene2".
+       * doc/c-aarch64.texi: Document it.
+
 2014-11-17  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
 
        * config/tc-aarch64.c (aarch64_cpus): Add "xgene1".
index fd0c20156d1383e91dde160ead72a20966239c5d..7f22ba44e8223967b6d2270c41925e6509d16227 100644 (file)
@@ -7192,6 +7192,8 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
      tools.  */
   {"xgene-1", AARCH64_ARCH_V8, "APM X-Gene 1"},
   {"xgene1", AARCH64_ARCH_V8, "APM X-Gene 1"},
+  {"xgene2", AARCH64_FEATURE(AARCH64_ARCH_V8,
+                            AARCH64_FEATURE_CRC), "APM X-Gene 2"},
   {"generic", AARCH64_ARCH_V8, NULL},
 
   {NULL, AARCH64_ARCH_NONE, NULL}
index 8e22b21cbba3467da357e75de7b4abeace47b209..4b5c813ec84eab76413d93b751d2db2fd1cb32d4 100644 (file)
@@ -58,8 +58,9 @@ on the target processor.  The following processor names are recognized:
 @code{cortex-a53},
 @code{cortex-a57},
 @code{thunderx},
+@code{xgene1}
 and
-@code{xgene1}.
+@code{xgene2}.
 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.029112 seconds and 4 git commands to generate.