diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 20:44:17 +0100 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2021-09-30 20:44:17 +0100 |
commit | d5007f0280d881a8add44e6a68a3f536e138244c (patch) | |
tree | 9c08739cc9dfe7b4d88ec691390a91b0ab131253 /gas/NEWS | |
parent | 4dfef5be6812dd7abfbc8f18e9c0384f2522b511 (diff) | |
download | gdb-d5007f0280d881a8add44e6a68a3f536e138244c.zip gdb-d5007f0280d881a8add44e6a68a3f536e138244c.tar.gz gdb-d5007f0280d881a8add44e6a68a3f536e138244c.tar.bz2 |
aarch64: add armv9-a architecture to -march
Patch is adding new 'armv9-a` command line flag to -march for AArch64.
gas/
* config/tc-aarch64.c: Add 'armv9-a' command line flag.
* docs/c-aarch64.text: Update docs.
* NEWS: Update docs.
include/
* opcode/aarch64.h (AARCH64_FEATURE_V9): New define.
(AARCH64_ARCH_V9): New define.
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ x86 assembler have been reduced from 12 bytes to 10 bytes to match the output of .tfloat directive. +* Add support for 'armv9-a' for -march in AArch64 GAS. + * Add support for Intel AVX512_FP16 instructions. Changes in 2.37: |