[PATCH 4/5][BINUTILS] aarch64: Add new AT system instructions.
Richard Earnshaw
Richard.Earnshaw@foss.arm.com
Thu Nov 16 14:13:20 GMT 2023
On 16/11/2023 11:38, Srinath Parvathaneni wrote:
> HI,
>
> This patch adds 3 new AT system instructions through FEAT_ATS1A
> feature, which are available by default from Armv9.4-A architecture.
>
> Regression tested for aarch64-none-elf target and found
> no regressions.
>
> Ok for binutils-master?
>
> Regards,
> Srinath.
@@ -245,7 +247,8 @@ enum aarch64_feature_bit {
| AARCH64_FEATBIT (X, RASv2) \
| AARCH64_FEATBIT (X, SCTLR2) \
| AARCH64_FEATBIT (X, FGT2) \
- | AARCH64_FEATBIT (X, PFAR))
+ | AARCH64_FEATBIT (X, PFAR) \
+ | AARCH64_FEATBIT (X, ATS1A))
If you put the final closing parenthesis on the following line, then the
next update will cause less churn in the diffs.
Otherwise OK.
R.
More information about the Binutils
mailing list