[binutils-gdb] Add a note about recent changes to the AArch64 assembler: TRBE, ETE and ETMv4 system registers and C

Nick Clifton nickc@sourceware.org
Tue Sep 29 15:45:01 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=aeaccbf4c55033bd6641709f98f3f6d65e695f85

commit aeaccbf4c55033bd6641709f98f3f6d65e695f85
Author: Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
Date:   Tue Sep 29 16:43:57 2020 +0100

    Add a note about recent changes to the AArch64 assembler: TRBE, ETE and ETMv4 system registers and Cortex-X1 enablement.
    
    gas     * NEWS: TRBE, ETE, ETMv4 and Cortex-X1 news updates.

Diff:
---
 gas/ChangeLog |  4 ++++
 gas/NEWS      | 11 +++++++++++
 2 files changed, 15 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index c1ccfb675d8..9e03df266ff 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2020-09-29  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
+
+	* NEWS: TRBE, ETE, ETMv4 and Cortex-X1 news updates.
+
 2020-09-28  Przemyslaw Wirkus  <przemyslaw.wirkus@arm.com>
 
 	* config/tc-arm.c: (arm_cpus): Add Cortex-X1.
diff --git a/gas/NEWS b/gas/NEWS
index 7ae58506ec8..1c04974d481 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,4 +1,15 @@
 -*- text -*-
+* Add support for ETMv4 (Embedded Trace Macrocell) system registers for
+  AArch64.
+
+* Add support for ETE (Embedded Trace Extension) system registers for AArch64.
+
+* Add support for TRBE (Trace Buffer Extension) system registers for AArch64.
+
+* Add support for Cortex-X1 for AArch64.
+
+* Add support for Cortex-X1 for ARM.
+
 * Add support for Intel TDX instructions.
 
 * Add support for Intel Key Locker instructions.


More information about the Binutils-cvs mailing list