diff options
author | Matthieu Longo <matthieu.longo@arm.com> | 2023-12-13 15:41:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-12-15 14:54:20 +0000 |
commit | 528c1f2b58cea90545f52e0a323c573fafbb4753 (patch) | |
tree | 600f897b93b4f69a70a9677a841a9f712bdde698 /gas/doc | |
parent | 2e822854181a663b6da2b195feff9a48e4ac7489 (diff) | |
download | gdb-528c1f2b58cea90545f52e0a323c573fafbb4753.zip gdb-528c1f2b58cea90545f52e0a323c573fafbb4753.tar.gz gdb-528c1f2b58cea90545f52e0a323c573fafbb4753.tar.bz2 |
aarch64: Enable Cortex-X3 CPU
Hi,
This patch adds support for the Cortex-X3 CPU to binutils.
Gas regression testing for aarch64-none-linux-gnu target and found no regressions.
Ok for binutils-master? I don't have commit access so I need someone to commit on my behalf.
Regards,
Matthieu.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index cbf06bf..2bfb98a 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -91,6 +91,7 @@ on the target processor. The following processor names are recognized: @code{cortex-r82}, @code{cortex-x1}, @code{cortex-x2}, +@code{cortex-x3}, and @code{cortex-x4}. The special name @code{all} may be used to allow the assembler to accept |