diff options
author | Richard Ball <richard.ball@arm.com> | 2023-08-10 15:11:37 +0100 |
---|---|---|
committer | Richard Ball <richard.ball@arm.com> | 2023-08-10 15:12:23 +0100 |
commit | 67bed49ec852aee39172fc867a89ec78c4903883 (patch) | |
tree | 3e542470cc51350bc9a7b068e614f5364dca0fce /gas/NEWS | |
parent | 698652da9364297319288293199cdb1f77d36466 (diff) | |
download | binutils-67bed49ec852aee39172fc867a89ec78c4903883.zip binutils-67bed49ec852aee39172fc867a89ec78c4903883.tar.gz binutils-67bed49ec852aee39172fc867a89ec78c4903883.tar.bz2 |
aarch64: Enable Cortex-A520 CPU
This patch adds support for the Cortex-A520 CPU to gas.
No regressions on aarch64-none-elf.
gas/ChangeLog:
* NEWS: Update docs.
* config/tc-aarch64.c: Add Cortex-A520.
* doc/c-aarch64.texi: Update docs.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ * Add support for Intel AVX-VNNI-INT16 instructions. +* Add support for Cortex-A520 for AArch64. + Changes in 2.41: * Add support for Intel FRED instructions. |