From: Alex Coplan Date: Thu, 24 Sep 2020 14:35:30 +0000 (+0100) Subject: arm: Add support for Neoverse V1 CPU X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6eee0315f6767ba932f19513af1ff432e5071bea;p=deliverable%2Fbinutils-gdb.git arm: Add support for Neoverse V1 CPU This patch adds support for Arm's Neoverse V1 CPU to AArch32 binutils. gas/ChangeLog: 2020-09-24 Alex Coplan * config/tc-arm.c (arm_cpus): Add Neoverse V1. * doc/c-arm.texi: Document Neoverse V1 support. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 1a16bce758..9f224b5dd3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2020-09-24 Alex Coplan + + * config/tc-arm.c (arm_cpus): Add Neoverse V1. + * doc/c-arm.texi: Document Neoverse V1 support. + 2020-09-24 Alex Coplan * config/tc-aarch64.c (aarch64_cpu_option_table): Add Neoverse V1. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index fce3ad36e0..455a1401b7 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -31599,6 +31599,9 @@ static const struct arm_cpu_option_table arm_cpus[] = | ARM_EXT2_BF16 | ARM_EXT2_I8MM), FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4), + ARM_CPU_OPT ("neoverse-v1", "Neoverse V1", ARM_ARCH_V8_4A, + ARM_FEATURE_CORE_HIGH (ARM_EXT2_BF16 | ARM_EXT2_I8MM), + FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_4), /* ??? XSCALE is really an architecture. */ ARM_CPU_OPT ("xscale", NULL, ARM_ARCH_XSCALE, ARM_ARCH_NONE, diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 39e24e71af..16c94de675 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -152,6 +152,7 @@ recognized: @code{marvell-whitney}, @code{neoverse-n1}, @code{neoverse-n2}, +@code{neoverse-v1}, @code{xgene1}, @code{xgene2}, @code{ep9312} (ARM920 with Cirrus Maverick coprocessor),