From 14f458590a51e9922c03bbb16f7e733db8015f98 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wirkus Date: Wed, 10 Nov 2021 14:09:05 +0000 Subject: 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. --- gas/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gas/NEWS') 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. -- cgit v1.1