diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 21:01:34 +0100 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 21:01:34 +0100 |
commit | 50aaf5e6ee2687417ca4fe1a596e54a7691828db (patch) | |
tree | ac9fe55ba795745c0d911f783b47f42612ce62b9 /gas/NEWS | |
parent | db67a8d5941307babd6342fbd52a68ca3d3d974b (diff) | |
download | gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.zip gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.tar.gz gdb-50aaf5e6ee2687417ca4fe1a596e54a7691828db.tar.bz2 |
aarch64: Enable Cortex-X2 CPU
This patch is adding support for Cortex-X2 CPU.
gas:
* NEWS: Update docs.
* config/tc-aarch64.c: Add Cortex-X2.
* doc/c-aarch64.texi: Update docs.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ -*- text -*- -* Add support for Cortex-A510 and Cortex-A710 for AArch64. +* Add support for Cortex-A510, Cortex-A710, Cortex-X2 for AArch64. * 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 |