diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-11-10 14:09:05 +0000 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-11-10 14:09:05 +0000 |
commit | 14f458590a51e9922c03bbb16f7e733db8015f98 (patch) | |
tree | f4a83290c61471bf5d9ae1e2bef7c26b4c633623 /gas/NEWS | |
parent | b08625af20ade108868edd6f31d1cee68889a0df (diff) | |
download | fsf-binutils-gdb-14f458590a51e9922c03bbb16f7e733db8015f98.zip fsf-binutils-gdb-14f458590a51e9922c03bbb16f7e733db8015f98.tar.gz fsf-binutils-gdb-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |