From b3b647dc7fb8f9854637234b47c17c0d11873577 Mon Sep 17 00:00:00 2001 From: srinath Date: Mon, 8 Jan 2024 14:13:28 +0000 Subject: arm: Add support for Armv8.9-A and Armv9.4-A This patch adds AArch32 support for -march=armv8.9-a and -march=armv9.4-a. The behaviour of the new options can be expressed using a combination of existing feature flags and tables. The cpu_arch_ver entries for ARM_ARCH_V9_4A and ARM_ARCH_V8_9A are technically redundant but it including them for macro code consistency across architectures. --- gas/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/NEWS') diff --git a/gas/NEWS b/gas/NEWS index 3dede06..74df7e6 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Add support for 'armv8.9-a' and 'armv9.4-a' for -march in Arm GAS. + * Initial support for Intel APX: 32 GPRs, NDD, PUSH2/POP2 and PUSHP/POPP. * On RISC-V macro instructions expanding to AUIPC and a load, store, or branch -- cgit v1.1