From aeaccbf4c55033bd6641709f98f3f6d65e695f85 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wirkus Date: Tue, 29 Sep 2020 16:43:57 +0100 Subject: [PATCH] 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. --- 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 + + * NEWS: TRBE, ETE, ETMv4 and Cortex-X1 news updates. + 2020-09-28 Przemyslaw Wirkus * 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. -- 2.47.3