mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Update the feature set for the Vulcan AArch64 cpu.
gas * config/tc-aarch64.c (aarch64_cpus): Update vulcan feature set.
This commit is contained in:

committed by
Nick Clifton

parent
0616a28038
commit
9f99c22eb7
@ -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,
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user