Update the feature set for the Vulcan AArch64 cpu.
authorVirendra Pathak <virendra.pathak@broadcom.com>
Mon, 20 Jun 2016 08:26:43 +0000 (09:26 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 20 Jun 2016 08:26:43 +0000 (09:26 +0100)
gas * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.

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

index 5a44023832fd21ce059f72032980751403a85e44..d415a6212ec7728416c6c4fc307e518697df92a9 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-20  Virendra Pathak  <virendra.pathak@broadcom.com>
+
+       * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
+
 2016-06-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        * config/tc-sparc.c (hpriv_reg_table): Add registers %hmcdper,
index 12d6169d58c5ce93fa841c66e1d1e19a9bf86f88..4dac7532b6e7543d9b909e8fb66eb05bc16e09c9 100644 (file)
@@ -7765,8 +7765,8 @@ 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),
+  {"vulcan", AARCH64_FEATURE (AARCH64_ARCH_V8_1,
+                             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
This page took 0.029312 seconds and 4 git commands to generate.