diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-02-22 09:59:05 +0000 |
---|---|---|
committer | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2019-02-22 09:59:05 +0000 |
commit | 83f43c8344d752fb8266b4c4e2f42cf4e5a2f86e (patch) | |
tree | 39b41adeda680ddf5dda7d7c4cd675d3fc7c0de0 /gas/doc | |
parent | 516dbc441811c51e29ad668f0bb187cb91d5b25e (diff) | |
download | gdb-83f43c8344d752fb8266b4c4e2f42cf4e5a2f86e.zip gdb-83f43c8344d752fb8266b4c4e2f42cf4e5a2f86e.tar.gz gdb-83f43c8344d752fb8266b4c4e2f42cf4e5a2f86e.tar.bz2 |
[arm][gas] Add support for Neoverse N1
This adds support for the Neoverse N1 CPU [1] to gas.
This was previously enabled under the Ares codename, which remains as
a valid option for -mcpu for compatibility reasons.
make check-gas passes on arm-none-eabi.
[1] https://community.arm.com/processors/b/blog/posts/arm-neoverse-n1-platform-accelerating-the-transformation-to-a-scalable-cloud-to-edge-infrastructure
2019-02-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/tc-arm.c (arm_cpus): Add neoverse-n1.
* doc/c-arm.texi (-mcpu): Document neoverse-n1 value.
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 7026605..4fb6cad 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -147,6 +147,7 @@ recognized: @code{exynos-m1}, @code{marvell-pj4}, @code{marvell-whitney}, +@code{neoverse-n1}, @code{xgene1}, @code{xgene2}, @code{ep9312} (ARM920 with Cirrus Maverick coprocessor), |