]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Arm: Add support for missing CPUs
authorDennis Zhang <dennis.zhang@arm.com>
Thu, 22 Aug 2019 14:21:32 +0000 (15:21 +0100)
committerTamar Christina <tamar.christina@arm.com>
Thu, 22 Aug 2019 14:35:43 +0000 (15:35 +0100)
commit0535e5d74d6164c49473fe0ce89213aa2b6270b8
treea4407e33abb5dd96a5be5bf652f31fc19cc29d23
parent03da31c6764c1bca9b0b0529344a8ea933c825ea
Arm: Add support for missing CPUs

This patch adds support for following CPUs:
Cortex-M35P, Cortex-A77, Cortex-A76AE.

Related specifications can be found at https://developer.arm.com/ip-products/processors.

gas/ChangeLog:

* config/tc-arm.c: New entries for Cortex-M35P, Cortex-A77,
and Cortex-A76AE.
* doc/c-arm.texi: Document new processors.
* testsuite/gas/arm/cpu-cortex-a76ae.d: New test.
* testsuite/gas/arm/cpu-cortex-a77.d: New test.
* testsuite/gas/arm/cpu-cortex-m35p.d: New test.

bfd/ChangeLog:

* cpu-arm.c: New entries for Cortex-M35P, Cortex-A77, Cortex-A76AE.
bfd/ChangeLog
bfd/cpu-arm.c
gas/ChangeLog
gas/config/tc-arm.c
gas/doc/c-arm.texi
gas/testsuite/gas/arm/cpu-cortex-a76ae.d [new file with mode: 0644]
gas/testsuite/gas/arm/cpu-cortex-a77.d [new file with mode: 0644]
gas/testsuite/gas/arm/cpu-cortex-m35p.d [new file with mode: 0644]