diff options
author | Palmer Dabbelt <palmer@rivosinc.com> | 2022-08-24 13:19:08 -0700 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2022-08-25 16:10:05 +0800 |
commit | c17cf68c8cc0a437490cc21593b79327438f6a72 (patch) | |
tree | f83eec355b3c98054b8262c7c8179321c28288e9 | |
parent | 4362996c0e9b6c8f78c2e8eb41ff674c226a2b6a (diff) | |
download | gdb-c17cf68c8cc0a437490cc21593b79327438f6a72.zip gdb-c17cf68c8cc0a437490cc21593b79327438f6a72.tar.gz gdb-c17cf68c8cc0a437490cc21593b79327438f6a72.tar.bz2 |
gas: NEWS: Add the RISC-V features for 2.36
-rw-r--r-- | gas/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ Changes in 2.36: SHF_GNU_RETAIN specifies that the section should not be garbage collected by the linker. It requires the GNU or FreeBSD ELF OSABIs. +* Add support for the RISC-V Zihintpause extension. + Changes in 2.35: * X86 NaCl target support is removed. |