diff options
author | Alex Coplan <alex.coplan@arm.com> | 2020-09-24 15:25:04 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2020-09-24 15:38:19 +0100 |
commit | 9e980ddcefc2fac99a41965ef77e16386a0f86e2 (patch) | |
tree | 37b3b7979de7b46ffdacce1d75d139a50e2cf15a /gas/doc | |
parent | 011a045a6b3ea45115221a4fbdc2da87c82a6055 (diff) | |
download | gdb-9e980ddcefc2fac99a41965ef77e16386a0f86e2.zip gdb-9e980ddcefc2fac99a41965ef77e16386a0f86e2.tar.gz gdb-9e980ddcefc2fac99a41965ef77e16386a0f86e2.tar.bz2 |
aarch64: Add support for Neoverse V1 CPU
This adds support for Arm's Neoverse V1 CPU to AArch64 binutils.
gas/ChangeLog:
2020-09-24 Alex Coplan <alex.coplan@arm.com>
* config/tc-aarch64.c (aarch64_cpu_option_table): Add Neoverse V1.
* doc/c-aarch64.texi: Document Neoverse V1 support.
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 d8f2e19..3f535a2 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -73,6 +73,7 @@ on the target processor. The following processor names are recognized: @code{falkor}, @code{neoverse-n1}, @code{neoverse-e1}, +@code{neoverse-v1}, @code{qdf24xx}, @code{saphira}, @code{thunderx}, |