aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2019-07-19 12:18:02 +0100
committerRichard Sandiford <richard.sandiford@arm.com>2019-07-19 12:18:02 +0100
commitccbdd22fb96b8680ebeaecd829e8e51958845a8f (patch)
tree8fe2d7d90bf766be2b0891fedebb5738a6f08797 /gas/doc
parentc213164ad2505cba5263602b7f9fa9a4dd1adf39 (diff)
downloadgdb-ccbdd22fb96b8680ebeaecd829e8e51958845a8f.zip
gdb-ccbdd22fb96b8680ebeaecd829e8e51958845a8f.tar.gz
gdb-ccbdd22fb96b8680ebeaecd829e8e51958845a8f.tar.bz2
[AArch64] Rename +bitperm to +sve2-bitperm
After some discussion, we've decided to rename the +bitperm feature flag to +sve2-bitperm, so that it's consistent with the other SVE2 feature flags. The associated internal macros already used "SVE2_BITPERM", so only the feature flag itself needs to change. 2019-07-19 Richard Sandiford <richard.sandiford@arm.com> gas/ * doc/c-aarch64.texi: Remame the +bitperm extension to +sve2-bitperm. * config/tc-aarch64.c (aarch64_features): Likewise. * testsuite/gas/aarch64/illegal-sve2-aes.d: Update accordingly. * testsuite/gas/aarch64/illegal-sve2-sha3.d: Likewise. * testsuite/gas/aarch64/illegal-sve2-sm4.d: Likewise. * testsuite/gas/aarch64/illegal-sve2.d: Likewise. * testsuite/gas/aarch64/sve2.d: Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-aarch64.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 6844f59..05e49ad 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -198,7 +198,7 @@ automatically cause those extensions to be disabled.
@tab Enable Transactional Memory Extensions.
@item @code{sve2} @tab ARMv8-A @tab No
@tab Enable the SVE2 Extension.
-@item @code{bitperm} @tab ARMv8-A @tab No
+@item @code{sve2-bitperm} @tab ARMv8-A @tab No
@tab Enable SVE2 BITPERM Extension.
@item @code{sve2-sm4} @tab ARMv8-A @tab No
@tab Enable SVE2 SM4 Extension.