aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorRichard Ball <richard.ball@arm.com>2023-08-16 14:08:09 +0100
committerRichard Ball <richard.ball@arm.com>2023-08-16 14:08:09 +0100
commit7d6a2e34ee8eb061cf73014efefefaa074b499db (patch)
tree4705a8e14b070f93df2e5cefd23850dde5bf5311 /gas/NEWS
parentda1f552dc79476275af282b65c5317ab3b4dbd9a (diff)
downloadgdb-7d6a2e34ee8eb061cf73014efefefaa074b499db.zip
gdb-7d6a2e34ee8eb061cf73014efefefaa074b499db.tar.gz
gdb-7d6a2e34ee8eb061cf73014efefefaa074b499db.tar.bz2
aarch64: Enable Cortex-A720 CPU
This patch adds support for the Cortex-A720 CPU to binutils. bfd/ChangeLog: * cpu-aarch64.c: Add Cortex-A720. gas/ChangeLog: * NEWS: Update docs. * config/tc-aarch64.c: Add Cortex-A720. * doc/c-aarch64.texi: Update docs. * testsuite/gas/aarch64/cpu-cortex-a720.d: New test.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 07ba756..41eb1ab 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -12,6 +12,8 @@
* Add support for Cortex-A520 for AArch64.
+* Add support for Cortex-A720 for AArch64.
+
Changes in 2.41:
* Add support for Intel FRED instructions.