]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
RISC-V: Add support for sdtrig and ssstrict extensions.
authorDongyan Chen <chendongyan@isrc.iscas.ac.cn>
Sat, 13 Sep 2025 02:14:35 +0000 (10:14 +0800)
committerNelson Chu <nelson@rivosinc.com>
Mon, 15 Sep 2025 02:04:24 +0000 (10:04 +0800)
commit6affec82bd4186aaf2e6733425b1e05870fc0582
tree8306c8915c8000d3c540842f25b74215994bca35
parent7b9121807d37c5a81510d57ec99364934e47af92
RISC-V: Add support for sdtrig and ssstrict extensions.

This implements the sdtrig extension, version 1.0[1] and ssstrict
extension, version 1.0[2].

[1]https://github.com/riscv/riscv-debug-spec/blob/main/Sdtrig.adoc
[2]https://github.com/riscv/riscv-profiles/issues/173

bfd/ChangeLog:

* elfxx-riscv.c: Added sdtrig and ssstrict v1.0, and imply rules.

gas/ChangeLog:

* NEWS: Updated for sdtrig and ssstrict.
* testsuite/gas/riscv/imply.d: DItto.
* testsuite/gas/riscv/imply.s: Ditto.
* testsuite/gas/riscv/march-help.l: Ditto.
bfd/elfxx-riscv.c
gas/NEWS
gas/testsuite/gas/riscv/imply.d
gas/testsuite/gas/riscv/imply.s
gas/testsuite/gas/riscv/march-help.l