diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-09-30 14:52:31 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-09-30 14:52:31 +0100 |
commit | 77718e5b7d3a7755fe8407a7fcb34fc0e684e7a6 (patch) | |
tree | b0cf2b2055d7a13f71f1a88a86955331245c25a4 /gas/NEWS | |
parent | 04e433a8571e727108b8f1b9a04ba5c7ab20112c (diff) | |
download | gdb-77718e5b7d3a7755fe8407a7fcb34fc0e684e7a6.zip gdb-77718e5b7d3a7755fe8407a7fcb34fc0e684e7a6.tar.gz gdb-77718e5b7d3a7755fe8407a7fcb34fc0e684e7a6.tar.bz2 |
[GAS][AArch64] Add support for Cortex-A78 and Cortex-A78AE
* config/tc-aarch64.c: Add Cortex-A78 and Cortex-A78AE cores.
* doc/c-aarch64.texi: Update docs.
* NEWS: Update news.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ -*- text -*- +* Add support for Cortex-A78 and Cortex-A78AE for AArch64. + * Add support for ETMv4 (Embedded Trace Macrocell) system registers for AArch64. |