[binutils-gdb] aarch64: Enable +cssc for armv8.9-a

Andrew Carlotti acarlotti@sourceware.org
Sun Jun 23 12:59:30 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=835fb5ac2afa14a14bb1c1147291729d20498d20

commit 835fb5ac2afa14a14bb1c1147291729d20498d20
Author: Andrew Carlotti <andrew.carlotti@arm.com>
Date:   Fri Apr 12 13:35:00 2024 +0100

    aarch64: Enable +cssc for armv8.9-a
    
    FEAT_CSSC is mandatory in the architecture from Armv8.9.

Diff:
---
 gas/testsuite/gas/aarch64/cssc.d | 1 +
 include/opcode/aarch64.h         | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gas/testsuite/gas/aarch64/cssc.d b/gas/testsuite/gas/aarch64/cssc.d
index d41df24b916..f6ff9d207a2 100644
--- a/gas/testsuite/gas/aarch64/cssc.d
+++ b/gas/testsuite/gas/aarch64/cssc.d
@@ -1,5 +1,6 @@
 #name: CSSC extension
 #as: -march=armv8-a+cssc
+#as: -march=armv8.9-a
 #objdump: -dr
 
 .*:     file format .*
diff --git a/include/opcode/aarch64.h b/include/opcode/aarch64.h
index c83c0a4ebb4..9da1def7715 100644
--- a/include/opcode/aarch64.h
+++ b/include/opcode/aarch64.h
@@ -299,6 +299,7 @@ enum aarch64_feature_bit {
 					 | AARCH64_FEATBIT (X, MOPS)	\
 					 | AARCH64_FEATBIT (X, HBC))
 #define AARCH64_ARCH_V8_9A_FEATURES(X)	(AARCH64_FEATBIT (X, V8_9A)	\
+					 | AARCH64_FEATBIT (X, CSSC) \
 					 | AARCH64_FEATBIT (X, SPEv1p4) \
 					 | AARCH64_FEATBIT (X, SPE_CRR)	\
 					 | AARCH64_FEATBIT (X, SPE_FDS) \


More information about the Binutils-cvs mailing list