Update the AArch64 assembler to note that the Qualcomm Saphira cpu supports ARMv8.4

gas	* config/tc-aarch64.c (aarch64_cpus): Add support of ARMv8.4 in
	saphira.
This commit is contained in:
Sameera Deshpande 2018-06-06 15:19:59 +01:00 committed by Nick Clifton
parent 08f22593f0
commit eb5c42e511
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-06-06 Sameera Deshpande <sameera.deshpande@linaro.org>
* config/tc-aarch64.c (aarch64_cpus): Add support of ARMv8.4 in
saphira.
2018-06-05 Alan Modra <amodra@gmail.com>
* Makefile.in: Regenerate.

View File

@ -8601,7 +8601,7 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
AARCH64_FEATURE_CRC | AARCH64_FEATURE_CRYPTO
| AARCH64_FEATURE_RDMA),
"Qualcomm QDF24XX"},
{"saphira", AARCH64_FEATURE (AARCH64_ARCH_V8_3,
{"saphira", AARCH64_FEATURE (AARCH64_ARCH_V8_4,
AARCH64_FEATURE_CRYPTO | AARCH64_FEATURE_PROFILE),
"Qualcomm Saphira"},
{"thunderx", AARCH64_FEATURE (AARCH64_ARCH_V8,