diff options
author | Virendra Pathak <virendra.pathak@broadcom.com> | 2016-06-20 09:26:43 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-20 09:26:43 +0100 |
commit | 9f99c22eb74a66e691b778cd15c24437f46d5818 (patch) | |
tree | 69ff082cf060621f1ed10648cef90060d5cf6cd3 /gas | |
parent | 0616a2803812f5c13f8936d281bd71c3d9c09655 (diff) | |
download | gdb-9f99c22eb74a66e691b778cd15c24437f46d5818.zip gdb-9f99c22eb74a66e691b778cd15c24437f46d5818.tar.gz gdb-9f99c22eb74a66e691b778cd15c24437f46d5818.tar.bz2 |
Update the feature set for the Vulcan AArch64 cpu.
gas * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | 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 |