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.
This commit is contained in:
Alex Coplan 2020-09-30 12:11:56 +01:00
parent f65825ec7a
commit 990e5268d2
3 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2020-09-30 Alex Coplan <alex.coplan@arm.com>
* config/tc-aarch64.c (aarch64_cpus): Add neoverse-n2.
* doc/c-aarch64.texi: Document support for Neoverse N2.
2020-09-30 Alan Modra <amodra@gmail.com>
* config/obj-elf.c (obj_elf_change_section): Rename variable to

View File

@ -8956,6 +8956,16 @@ static const struct aarch64_cpu_option_table aarch64_cpus[] = {
| AARCH64_FEATURE_DOTPROD
| AARCH64_FEATURE_PROFILE),
"Neoverse N1"},
{"neoverse-n2", AARCH64_FEATURE (AARCH64_ARCH_V8_5,
AARCH64_FEATURE_BFLOAT16
| AARCH64_FEATURE_I8MM
| AARCH64_FEATURE_F16
| AARCH64_FEATURE_SVE
| AARCH64_FEATURE_SVE2
| AARCH64_FEATURE_SVE2_BITPERM
| AARCH64_FEATURE_MEMTAG
| AARCH64_FEATURE_RNG),
"Neoverse N2"},
{"neoverse-v1", AARCH64_FEATURE (AARCH64_ARCH_V8_4,
AARCH64_FEATURE_PROFILE
| AARCH64_FEATURE_CVADP

View File

@ -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},