aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-09-30 20:44:17 +0100
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-09-30 20:44:17 +0100
commitd5007f0280d881a8add44e6a68a3f536e138244c (patch)
tree9c08739cc9dfe7b4d88ec691390a91b0ab131253 /gas/NEWS
parent4dfef5be6812dd7abfbc8f18e9c0384f2522b511 (diff)
downloadbinutils-d5007f0280d881a8add44e6a68a3f536e138244c.zip
binutils-d5007f0280d881a8add44e6a68a3f536e138244c.tar.gz
binutils-d5007f0280d881a8add44e6a68a3f536e138244c.tar.bz2
aarch64: add armv9-a architecture to -march
Patch is adding new 'armv9-a` command line flag to -march for AArch64. gas/ * config/tc-aarch64.c: Add 'armv9-a' command line flag. * docs/c-aarch64.text: Update docs. * NEWS: Update docs. include/ * opcode/aarch64.h (AARCH64_FEATURE_V9): New define. (AARCH64_ARCH_V9): New define.
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 8046ed5..258a156 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -4,6 +4,8 @@
x86 assembler have been reduced from 12 bytes to 10 bytes to match the
output of .tfloat directive.
+* Add support for 'armv9-a' for -march in AArch64 GAS.
+
* Add support for Intel AVX512_FP16 instructions.
Changes in 2.37: