projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a417e43
)
[PATCH][GAS][AArch64] Update Cortex-X1 feature flags
author
Przemyslaw Wirkus
<przemyslaw.wirkus@arm.com>
Mon, 5 Oct 2020 14:43:41 +0000
(15:43 +0100)
committer
Przemyslaw Wirkus
<przemyslaw.wirkus@arm.com>
Mon, 5 Oct 2020 14:43:41 +0000
(15:43 +0100)
This is feature flags update for Cortex-X1 CPU.
For more information about this processor, see [0].
[0] : https://www.arm.com/products/cortex-x
gas/ChangeLog:
2020-10-05 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* config/tc-aarch64.c: Update Cortex-X1 feature flags.
gas/config/tc-aarch64.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-aarch64.c
b/gas/config/tc-aarch64.c
index 21728fbb1b84b30a70b79bfd6acf98d96b162848..4bcfa053f755f0d30bdeb15cf15903424c13a8de 100644
(file)
--- a/
gas/config/tc-aarch64.c
+++ b/
gas/config/tc-aarch64.c
@@
-9011,8
+9011,12
@@
static const struct aarch64_cpu_option_table aarch64_cpus[] = {
AARCH64_FEATURE_CRC), "APM X-Gene 2"},
{"cortex-r82", AARCH64_ARCH_V8_R, "Cortex-R82"},
{"cortex-x1", AARCH64_FEATURE (AARCH64_ARCH_V8_2,
- AARCH64_FEATURE_DOTPROD | AARCH64_FEATURE_PROFILE),
- "Cortex-X1"},
+ AARCH64_FEATURE_F16
+ | AARCH64_FEATURE_RCPC
+ | AARCH64_FEATURE_DOTPROD
+ | AARCH64_FEATURE_SSBS
+ | AARCH64_FEATURE_PROFILE),
+ "Cortex-X1"},
{"generic", AARCH64_ARCH_V8, NULL},
{NULL, AARCH64_ARCH_NONE, NULL}