This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update the feature set for the Vulcan AArch64 cpu.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f99c22eb74a66e691b778cd15c24437f46d5818

commit 9f99c22eb74a66e691b778cd15c24437f46d5818
Author: Virendra Pathak <virendra.pathak@broadcom.com>
Date:   Mon Jun 20 09:26:43 2016 +0100

    Update the feature set for the Vulcan AArch64 cpu.
    
    gas	* config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.

Diff:
---
 gas/ChangeLog           | 4 ++++
 gas/config/tc-aarch64.c | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 5a44023..d415a62 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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,
diff --git a/gas/config/tc-aarch64.c b/gas/config/tc-aarch64.c
index 12d6169..4dac753 100644
--- a/gas/config/tc-aarch64.c
+++ b/gas/config/tc-aarch64.c
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]