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/doc/c-arm.texi | |
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/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index 481eddf..175de8e 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -129,6 +129,8 @@ recognized: @code{cortex-a73}, @code{cortex-a75}, @code{cortex-a76}, +@code{cortex-a76ae}, +@code{cortex-a77}, @code{ares}, @code{cortex-r4}, @code{cortex-r4f}, @@ -136,6 +138,7 @@ recognized: @code{cortex-r7}, @code{cortex-r8}, @code{cortex-r52}, +@code{cortex-m35p}, @code{cortex-m33}, @code{cortex-m23}, @code{cortex-m7}, |