diff options
author | Alex Coplan <alex.coplan@arm.com> | 2020-09-24 15:35:30 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2020-09-24 15:38:30 +0100 |
commit | 6eee0315f6767ba932f19513af1ff432e5071bea (patch) | |
tree | 84938480721c2ed4507b3e5dd2254ef903eff355 /gas/doc | |
parent | 9e980ddcefc2fac99a41965ef77e16386a0f86e2 (diff) | |
download | gdb-6eee0315f6767ba932f19513af1ff432e5071bea.zip gdb-6eee0315f6767ba932f19513af1ff432e5071bea.tar.gz gdb-6eee0315f6767ba932f19513af1ff432e5071bea.tar.bz2 |
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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-arm.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 39e24e7..16c94de 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), |