aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorClaudio Bantaloukas <claudio.bantaloukas@arm.com>2024-06-10 13:18:52 +0000
committerRichard Earnshaw <rearnsha@arm.com>2024-06-28 14:52:30 +0100
commit032eb4f71898d77f10c44f115f26e9a0680d3906 (patch)
treee08e6088f704aef2f867a5f78a9f28af90f3bcda /gas/NEWS
parentd5a0c0a308cacb5ce928c20cbee1ef85f917824e (diff)
downloadbinutils-032eb4f71898d77f10c44f115f26e9a0680d3906.zip
binutils-032eb4f71898d77f10c44f115f26e9a0680d3906.tar.gz
binutils-032eb4f71898d77f10c44f115f26e9a0680d3906.tar.bz2
aarch64: Add support for Armv9.5-A architecture
The new -march=armv9.5-a flag enables access to the mandatory cpa, lut and faminmax extensions. Existing test cases for features are extended to verify they work without additional flags.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 332ad1e..d0eb0f7 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,5 +1,7 @@
-*- text -*-
+* Add support for 'armv9.5-a' for -march in AArch64 GAS.
+
* In x86 Intel syntax undue mnemonic suffixes are now warned about. This is
a first step towards rejecting their use where unjustified.