diff options
author | Alex Coplan <alex.coplan@arm.com> | 2020-09-30 12:11:56 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2020-09-30 12:11:56 +0100 |
commit | 990e5268d2e61dd92d348a017037ddc5e026e21d (patch) | |
tree | c67f674473d3163d119fb55650c3a85cca65dd3e /gas/doc | |
parent | f65825ec7a29fb67d7b31e93ba7b057e6b87465e (diff) | |
download | gdb-990e5268d2e61dd92d348a017037ddc5e026e21d.zip gdb-990e5268d2e61dd92d348a017037ddc5e026e21d.tar.gz gdb-990e5268d2e61dd92d348a017037ddc5e026e21d.tar.bz2 |
aarch64: Add support for Neoverse N2 CPU
This patch adds support for Arm's Neoverse N2 CPU to AArch64 binutils.
gas/ChangeLog:
* config/tc-aarch64.c (aarch64_cpus): Add neoverse-n2.
* doc/c-aarch64.texi: Document support for Neoverse N2.
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 95bfdbc..e45f479 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -72,6 +72,7 @@ on the target processor. The following processor names are recognized: @code{exynos-m1}, @code{falkor}, @code{neoverse-n1}, +@code{neoverse-n2}, @code{neoverse-e1}, @code{neoverse-v1}, @code{qdf24xx}, |