mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:54:41 +08:00
aarch64: Include +predres2 in -march=armv8.9-a
This matches the dependencies in the architecture, in LLVM, and even in the original Binutils commit message that mistakenly included it only in armv9.4-a.
This commit is contained in:
parent
36176c5d90
commit
b0104cdbff
@ -306,6 +306,7 @@ enum aarch64_feature_bit {
|
||||
| AARCH64_FEATBIT (X, PMUv3_SS) \
|
||||
| AARCH64_FEATBIT (X, PMUv3_ICNTR) \
|
||||
| AARCH64_FEATBIT (X, SEBEP) \
|
||||
| AARCH64_FEATBIT (X, PREDRES2) \
|
||||
)
|
||||
|
||||
#define AARCH64_ARCH_V9A_FEATURES(X) (AARCH64_FEATBIT (X, V9A) \
|
||||
@ -315,8 +316,7 @@ enum aarch64_feature_bit {
|
||||
#define AARCH64_ARCH_V9_1A_FEATURES(X) AARCH64_ARCH_V8_6A_FEATURES (X)
|
||||
#define AARCH64_ARCH_V9_2A_FEATURES(X) AARCH64_ARCH_V8_7A_FEATURES (X)
|
||||
#define AARCH64_ARCH_V9_3A_FEATURES(X) AARCH64_ARCH_V8_8A_FEATURES (X)
|
||||
#define AARCH64_ARCH_V9_4A_FEATURES(X) (AARCH64_ARCH_V8_9A_FEATURES (X) \
|
||||
| AARCH64_FEATBIT (X, PREDRES2))
|
||||
#define AARCH64_ARCH_V9_4A_FEATURES(X) AARCH64_ARCH_V8_9A_FEATURES (X)
|
||||
|
||||
/* Architectures are the sum of the base and extensions. */
|
||||
#define AARCH64_ARCH_V8A(X) (AARCH64_FEATBIT (X, V8) \
|
||||
|
Loading…
Reference in New Issue
Block a user