diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-08-24 13:19:06 -0700 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2022-08-25 16:09:59 +0800 |
commit | 64411043fd0fcfba94cd6d1f0a2d2202a8701167 (patch) | |
tree | 2ae25e4b9092a96ca9d7c1c3cfe46bc0569235e2 /gas | |
parent | c2d7de232bb9483af7a0633151edfec4ee52eeda (diff) | |
download | fsf-binutils-gdb-64411043fd0fcfba94cd6d1f0a2d2202a8701167.zip fsf-binutils-gdb-64411043fd0fcfba94cd6d1f0a2d2202a8701167.tar.gz fsf-binutils-gdb-64411043fd0fcfba94cd6d1f0a2d2202a8701167.tar.bz2 |
gas: NEWS: Add the RISC-V features for 2.31
Diffstat (limited to 'gas')
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -218,6 +218,8 @@ Changes in 2.31: * Add support for .nops directive. It is currently supported only for x86 targets. +* Add support for the .insn directive on RISC-V targets. + Changes in 2.30: * Add support for loaction views in DWARF debug line information. |