diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 21:16:58 +0100 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 21:16:58 +0100 |
commit | 80cfde76a74fe03a139ad0e78e239bff315792d1 (patch) | |
tree | 2444e7a0eafcf4210f8c1b0a2c8c8b643f1bc8f9 /gas/NEWS | |
parent | 50aaf5e6ee2687417ca4fe1a596e54a7691828db (diff) | |
download | binutils-80cfde76a74fe03a139ad0e78e239bff315792d1.zip binutils-80cfde76a74fe03a139ad0e78e239bff315792d1.tar.gz binutils-80cfde76a74fe03a139ad0e78e239bff315792d1.tar.bz2 |
arm: enable Cortex-R52+ CPU
Patch is adding Cortex-R52+ as 'cortex-r52plus' command line
flag for -mcpu option.
bfd/
* cpu-arm.c: New Cortex-R52+ CPU.
gas/
* NEWS: Update docs.
* config/tc-arm.c: New Cortex-R52+ CPU.
* doc/c-arm.texi: Update docs.
* testsuite/gas/arm/cpu-cortex-r52plus.d: New test.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ -*- text -*- +* Add support for Cortex-R52+ for Arm. + * Add support for Cortex-A510, Cortex-A710, Cortex-X2 for AArch64. * Outputs of .ds.x directive and .tfloat directive with hex input from |