aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-09-30 21:01:34 +0100
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-09-30 21:01:34 +0100
commit50aaf5e6ee2687417ca4fe1a596e54a7691828db (patch)
treeac9fe55ba795745c0d911f783b47f42612ce62b9 /gas/doc
parentdb67a8d5941307babd6342fbd52a68ca3d3d974b (diff)
downloadfsf-binutils-gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.zip
fsf-binutils-gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.tar.gz
fsf-binutils-gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.tar.bz2
aarch64: Enable Cortex-X2 CPU
This patch is adding support for Cortex-X2 CPU. gas: * NEWS: Update docs. * config/tc-aarch64.c: Add Cortex-X2. * doc/c-aarch64.texi: Update docs.
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 ec2cdca..8263c1a 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -87,8 +87,9 @@ on the target processor. The following processor names are recognized:
@code{xgene1}
@code{xgene2},
@code{cortex-r82},
+@code{cortex-x1},
and
-@code{cortex-x1}.
+@code{cortex-x2}.
The special name @code{all} may be used to allow the assembler to accept
instructions valid for any supported processor, including all optional
extensions.