diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 20:50:37 +0100 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 20:50:37 +0100 |
commit | 98ab23ab20651137be7a258b757cda011a52a727 (patch) | |
tree | 6842945a2918dbe7d1e0c34e7a296745650723d1 /gas/NEWS | |
parent | b18be12aeaa97deba5cf104459514fe16f5de249 (diff) | |
download | binutils-98ab23ab20651137be7a258b757cda011a52a727.zip binutils-98ab23ab20651137be7a258b757cda011a52a727.tar.gz binutils-98ab23ab20651137be7a258b757cda011a52a727.tar.bz2 |
aarch64: Enable Cortex-A510 CPU
This patch is adding support for Cortex-A510 CPU.
gas/
* NEWS: Update docs.
* config/tc-aarch64.c: Add Cortex-A510.
* doc/c-aarch64.texi: Update docs.
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-A510 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 output of .tfloat directive. |