]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Add +cpa feature flag
authorAndrew Carlotti <andrew.carlotti@arm.com>
Fri, 24 Jan 2025 11:00:41 +0000 (11:00 +0000)
committerAndrew Carlotti <andrew.carlotti@arm.com>
Fri, 24 Jan 2025 19:09:11 +0000 (19:09 +0000)
commit12b7220dc5beafaf9c738b473e046ed66e49a52a
tree039831783eed3cc5e76a8d9a67d30762b619b0ac
parent25464e795eb35f859bdb353c806e93e6ae924ff0
aarch64: Add +cpa feature flag

This doesn't enable anything within the compiler, but this allows the
flag to be passed the assembler.  There also doesn't appear to be a
kernel cpuinfo name yet.

gcc/ChangeLog:

* config/aarch64/aarch64-arches.def (V9_5A): Add CPA.
* config/aarch64/aarch64-option-extensions.def (CPA): New.
* doc/invoke.texi: Document +cpa.
gcc/config/aarch64/aarch64-arches.def
gcc/config/aarch64/aarch64-option-extensions.def
gcc/doc/invoke.texi