Accept vulcan as a cpu name for the AArch64 port of GAS.
authorVirendra Pathak <virendra.pathak@broadcom.com>
Mon, 13 Jun 2016 13:17:31 +0000 (14:17 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 13 Jun 2016 13:17:31 +0000 (14:17 +0100)
       * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
        * doc/c-aarch64.texi: Document that vulcan is a valid processor
name.

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

index 458e96ffe931870bdbf5ed4e385e5568293fcac4..fc4fd82f60afd7351e351c5051967031a11d9938 100644 (file)
@@ -1,3 +1,9 @@
+2016-06-13  Virendra Pathak  <virendra.pathak@broadcom.com>
+
+        * config/tc-aarch64.c (aarch64_cpus): Add Broadcom Vulcan.
+        * doc/c-aarch64.texi: Document that vulcan is a valid processor
+       name.
+
 2016-06-13  Nick Clifton  <nickc@redhat.com>
 
        * config/tc-arm.c: For non-ELF based targets skip ARM feature sets
index 774494f83b1a5ad120880dac6605afbbdff0620a..12d6169d58c5ce93fa841c66e1d1e19a9bf86f88 100644 (file)
@@ -7765,6 +7765,9 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
   {"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,
                                AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
    "Cavium ThunderX"},
+  {"vulcan", AARCH64_FEATURE (AARCH64_ARCH_V8,
+                             AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO),
+  "Broadcom Vulcan"},
   /* The 'xgene-1' name is an older name for 'xgene1', which was used
      in earlier releases and is superseded by 'xgene1' in all
      tools.  */
index 692172ab1ff06004980f198925289b022004d0ef..6f9f0cc71eac40f65d2ce97b7016e0c879853f4f 100644 (file)
@@ -63,6 +63,7 @@ on the target processor.  The following processor names are recognized:
 @code{exynos-m1},
 @code{qdf24xx},
 @code{thunderx},
+@code{vulcan},
 @code{xgene1}
 and
 @code{xgene2}.