public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5381] aarch64: Add Linux kernel hwcap string for FEAT_CSSC
@ 2023-01-26 11:50 Kyrylo Tkachov
  0 siblings, 0 replies; only message in thread
From: Kyrylo Tkachov @ 2023-01-26 11:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:59a42fe6a99db39f2fed21c2a69faf6fa78ccfd4

commit r13-5381-g59a42fe6a99db39f2fed21c2a69faf6fa78ccfd4
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Thu Jan 26 11:49:47 2023 +0000

    aarch64: Add Linux kernel hwcap string for FEAT_CSSC
    
    The Linux kernel has done basic enablement and detection of FEAT_CSSC so
    we can use the cpuinfo string that they've specified.
    
    This patchlet does that.
    
    Bootstrapped and tested on aarch64-none-linux-gnu.
    
    gcc/ChangeLog:
    
            * config/aarch64/aarch64-option-extensions.def (cssc): Specify
            FEATURE_STRING field.

Diff:
---
 gcc/config/aarch64/aarch64-option-extensions.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/aarch64/aarch64-option-extensions.def b/gcc/config/aarch64/aarch64-option-extensions.def
index 36c1fbb9b10..825f3bf7758 100644
--- a/gcc/config/aarch64/aarch64-option-extensions.def
+++ b/gcc/config/aarch64/aarch64-option-extensions.def
@@ -149,6 +149,6 @@ AARCH64_OPT_EXTENSION("ls64", LS64, (), (), (), "")
 
 AARCH64_OPT_EXTENSION("mops", MOPS, (), (), (), "")
 
-AARCH64_OPT_EXTENSION("cssc", CSSC, (), (), (), "")
+AARCH64_OPT_EXTENSION("cssc", CSSC, (), (), (), "cssc")
 
 #undef AARCH64_OPT_EXTENSION

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

only message in thread, other threads:[~2023-01-26 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-26 11:50 [gcc r13-5381] aarch64: Add Linux kernel hwcap string for FEAT_CSSC Kyrylo Tkachov

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