[binutils-gdb] arm: Add support for Neoverse V1 CPU
Alex Coplan
acoplan@sourceware.org
Thu Sep 24 14:39:12 GMT 2020
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6eee0315f6767ba932f19513af1ff432e5071bea
commit 6eee0315f6767ba932f19513af1ff432e5071bea
Author: Alex Coplan <alex.coplan@arm.com>
Date: Thu Sep 24 15:35:30 2020 +0100
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 <alex.coplan@arm.com>
* config/tc-arm.c (arm_cpus): Add Neoverse V1.
* doc/c-arm.texi: Document Neoverse V1 support.
Diff:
---
gas/ChangeLog | 5 +++++
gas/config/tc-arm.c | 3 +++
gas/doc/c-arm.texi | 1 +
3 files changed, 9 insertions(+)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1a16bce758c..9f224b5dd3f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-24 Alex Coplan <alex.coplan@arm.com>
+
+ * config/tc-arm.c (arm_cpus): Add Neoverse V1.
+ * doc/c-arm.texi: Document Neoverse V1 support.
+
2020-09-24 Alex Coplan <alex.coplan@arm.com>
* 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 fce3ad36e0a..455a1401b7f 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 39e24e71af0..16c94de675c 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),
More information about the Binutils-cvs
mailing list