aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-11-10 14:09:05 +0000
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>2021-11-10 14:09:05 +0000
commit14f458590a51e9922c03bbb16f7e733db8015f98 (patch)
treef4a83290c61471bf5d9ae1e2bef7c26b4c633623 /gas/NEWS
parentb08625af20ade108868edd6f31d1cee68889a0df (diff)
downloadbinutils-14f458590a51e9922c03bbb16f7e733db8015f98.zip
binutils-14f458590a51e9922c03bbb16f7e733db8015f98.tar.gz
binutils-14f458590a51e9922c03bbb16f7e733db8015f98.tar.bz2
arm: enable Cortex-A710 CPU
This patch is adding support for Cortex-A710 CPU in Arm. bfd/ * cpu-arm.c (processors): Add cortex-a710. gas/ * NEWS: Update docs. * config/tc-arm.c (arm_cpus): Add cortex-a710 to -mcpu. * doc/c-arm.texi: Update docs. * testsuite/gas/arm/cpu-cortex-a710.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 779ea5d..a61aeb6 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -9,6 +9,8 @@
* Add support for Cortex-A510, Cortex-A710, Cortex-X2 for AArch64.
+* Add support for Cortex-A710 for Arm.
+
* Outputs of .ds.x directive and .tfloat directive with hex input from
x86 assembler have been reduced from 12 bytes to 10 bytes to match the
output of .tfloat directive.