aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorSaurabh Jha <saurabh.jha@arm.com>2023-10-05 11:09:45 +0100
committerNick Clifton <nickc@redhat.com>2023-10-05 11:09:45 +0100
commit0515a7b643c6f7bbfb647764b702d4c6445618e8 (patch)
tree3331f33821dc85ace8c8bb87f03680d72ae5c0ed /gas/doc
parentb90eb3e5b25c22ec6ee476e500aa902f77b43349 (diff)
downloadbinutils-0515a7b643c6f7bbfb647764b702d4c6445618e8.zip
binutils-0515a7b643c6f7bbfb647764b702d4c6445618e8.tar.gz
binutils-0515a7b643c6f7bbfb647764b702d4c6445618e8.tar.bz2
aarch64: Enable Cortex-X4 CPU
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-aarch64.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 5e8ac0b..fd67c77 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -90,8 +90,9 @@ on the target processor. The following processor names are recognized:
@code{xgene2},
@code{cortex-r82},
@code{cortex-x1},
+@code{cortex-x2},
and
-@code{cortex-x2}.
+@code{cortex-x4}.
The special name @code{all} may be used to allow the assembler to accept
instructions valid for any supported processor, including all optional
extensions.