]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
[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 14:11:44 +0000 (14:11 +0000)
Conflicts:
gas/doc/c-aarch64.texi

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

index 915264c8f4739c38c50513b02a644f8ff22f42f5..1d4553cfd1b1c0de494caf38b715a65f2119849c 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 0d1d73ae76dce916e39b34ad5c58720aad0990a7..0e587646d9327b53c8f1f340e518d9f3441970a6 100644 (file)
@@ -7189,6 +7189,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},
 
   /* These two are example CPUs supported in GCC, once we have real
index b4c0a10c4608c3b67548540764c6c4ee79308aee..8fbae0615303bec93a70e2ef57724a19766601c4 100644 (file)
@@ -57,8 +57,9 @@ message if an attempt is made to assemble an instruction which will not execute
 on the target processor.  The following processor names are recognized:
 @code{cortex-a53},
 @code{cortex-a57},
+@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.