diff options
author | Victor Do Nascimento <victor.donascimento@arm.com> | 2024-01-04 13:34:52 +0000 |
---|---|---|
committer | Victor Do Nascimento <victor.donascimento@arm.com> | 2024-01-15 13:11:48 +0000 |
commit | 9e263f69a77565aab4475bf6b984f09f2b0c6755 (patch) | |
tree | d5b137280e7fdfb047bf8ffdb6852fc0604d219b /gas/doc/c-aarch64.texi | |
parent | 907aee5baf05bf54faa950aba52ed09fc79085eb (diff) | |
download | gdb-9e263f69a77565aab4475bf6b984f09f2b0c6755.zip gdb-9e263f69a77565aab4475bf6b984f09f2b0c6755.tar.gz gdb-9e263f69a77565aab4475bf6b984f09f2b0c6755.tar.bz2 |
aarch64: rcpc3: Add +rcpc3 architectural feature support flag
Indicating the presence of the Armv8.2-a feature adding further
support for the Release Consistency Model, the `+rcpc3' architectural
extension flag is added to the list of possible `-march' options in
Binutils, together with the necessary macro for encoding rcpc3
instructions.
Diffstat (limited to 'gas/doc/c-aarch64.texi')
-rw-r--r-- | gas/doc/c-aarch64.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index 7a8da72..b18ca5a 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -280,6 +280,9 @@ automatically cause those extensions to be disabled. @tab Enable the SME2.1 Extension. @item @code{sve2p1} @tab N/A @tab No @tab Enable the SVE2.1 Extension. +@item @code{rcpc3} @tab Armv9.4-A @tab No + @tab Enable the rcpc3 additional Support for Release Consistency Model + Extension. This implies @code{rcpc2}. @end multitable @node AArch64 Syntax |