diff options
author | Dennis Zhang <dennis.zhang@arm.com> | 2019-08-22 15:21:32 +0100 |
---|---|---|
committer | Tamar Christina <tamar.christina@arm.com> | 2019-08-22 15:35:43 +0100 |
commit | 0535e5d74d6164c49473fe0ce89213aa2b6270b8 (patch) | |
tree | a4407e33abb5dd96a5be5bf652f31fc19cc29d23 /gas/ChangeLog | |
parent | 03da31c6764c1bca9b0b0529344a8ea933c825ea (diff) | |
download | gdb-0535e5d74d6164c49473fe0ce89213aa2b6270b8.zip gdb-0535e5d74d6164c49473fe0ce89213aa2b6270b8.tar.gz gdb-0535e5d74d6164c49473fe0ce89213aa2b6270b8.tar.bz2 |
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bd9887e..4d6b571 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2019-08-22 Dennis Zhang <dennis.zhang@arm.com> + + * 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. + 2019-08-22 Bosco GarcĂa <jbgg.gnu@gmail.com> Nick Clifton <nickc@redhat.com> |