diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-23 10:03:36 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-11-23 10:06:15 +0000 |
commit | a3a02fe862f559fd80bedbb7050bd2346053e2ee (patch) | |
tree | b6d5e660595dad7a858d9d3c8d0bde330f365137 /gas/NEWS | |
parent | 199225823d86e3cd6844a4886296610261e3abb4 (diff) | |
download | gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.zip gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.tar.gz gdb-a3a02fe862f559fd80bedbb7050bd2346053e2ee.tar.bz2 |
aarch64: Add support for Cortex-A78C
This patch adds support for -mcpu=cortex-a78c command line option.
For more information about this processor, see [0]:
[0] https://developer.arm.com/ip-products/processors/cortex-a/cortex-a78c
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ * When setting the link order attribute of ELF sections, it is now possible to use a numeric section index instead of symbol name. -* Add support for Cortex-A78, Cortex-A78AE and Cortex-X1 for AArch64 and ARM. +* Add support for Cortex-A78, Cortex-A78AE, Cortex-A78C and Cortex-X1 for + AArch64 and ARM. Add support for Cortex-R82, Neoverse V1, and Neoverse N2 for ARM. * Add support for ETMv4 (Embedded Trace Macrocell), ETE (Embedded Trace |