public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] aarch64: Enable +cssc for armv8.9-a
@ 2024-06-23 12:59 Andrew Carlotti
  0 siblings, 0 replies; only message in thread
From: Andrew Carlotti @ 2024-06-23 12:59 UTC (permalink / raw)
  To: binutils-cvs

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) \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-23 12:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-23 12:59 [binutils-gdb] aarch64: Enable +cssc for armv8.9-a Andrew Carlotti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).