From c81946efc22dbbe97ef8c934a5367e37bf101c48 Mon Sep 17 00:00:00 2001 From: Alex Coplan Date: Wed, 30 Sep 2020 12:15:18 +0100 Subject: [PATCH] NEWS: Mention recent Arm CPU support Mentions Armv8-R AArch64, Cortex-R82, Neoverse V1, and Neoverse N2. gas/ChangeLog: 2020-09-30 Alex Coplan * NEWS: Mention recent Arm processor support. --- gas/ChangeLog | 4 ++++ gas/NEWS | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 8def6a33c4..60a952bd92 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2020-09-30 Alex Coplan + + * NEWS: Mention recent Arm processor support. + 2020-09-30 Alex Coplan * config/tc-aarch64.c (aarch64_cpus): Add neoverse-n2. diff --git a/gas/NEWS b/gas/NEWS index 1c04974d48..fe47f5cd7b 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -10,6 +10,11 @@ * Add support for Cortex-X1 for ARM. +* Add support for Arm's Cortex-R82, Neoverse V1, and Neoverse N2 + processors. + +* Add support for Armv8-R AArch64. + * Add support for Intel TDX instructions. * Add support for Intel Key Locker instructions. -- 2.34.1