diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2021-12-02 15:00:57 +0000 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2021-12-02 15:00:57 +0000 |
commit | 36cb9e7e17cae5e05f007f37e555873c4f22594a (patch) | |
tree | b5ac5b1be517f15bcc2a95abcdb451b3dc428064 | |
parent | bcca550b3dc542284715c19655c1885bdf2d3b67 (diff) | |
download | gdb-36cb9e7e17cae5e05f007f37e555873c4f22594a.zip gdb-36cb9e7e17cae5e05f007f37e555873c4f22594a.tar.gz gdb-36cb9e7e17cae5e05f007f37e555873c4f22594a.tar.bz2 |
aarch64: Update gas/NEWS for recent changes
gas/
* NEWS: Mention support for Armv8.8-A and for new system registers.
-rw-r--r-- | gas/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* Add support for AArch64 system registers that were missing in previous + releases. + * Add support for the LoongArch instruction set. * Add a command-line option, -muse-unaligned-vector-move, for x86 target @@ -25,7 +28,7 @@ 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 'armv8.8-a' and 'armv9-a' for -march in AArch64 GAS. * Add support for 'armv9-a' for -march in Arm GAS. |