]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
RISC-V: Add support for ssdbltrp and smdbltrp extension.
authorDongyan Chen <chendongyan@isrc.iscas.ac.cn>
Thu, 28 Nov 2024 12:35:36 +0000 (20:35 +0800)
committerNelson Chu <nelson@rivosinc.com>
Mon, 2 Dec 2024 02:13:11 +0000 (10:13 +0800)
commit69a91bcd6eb72ccf5144bbcdee624c481066e5b3
tree534b5258293415313c70349cf21e0e9b54ec7019
parent4c35cbf9e1d1e26a470f7a12fb005725e5d8e9fe
RISC-V: Add support for ssdbltrp and smdbltrp extension.

This implements the ssdbltrp extensons, version 1.0[1] and the smdbltrp
extensions, version1.0[2].

[1] https://github.com/riscv/riscv-isa-manual/blob/main/src/ssdbltrp.adoc
[2] https://github.com/riscv/riscv-isa-manual/blob/main/src/smdbltrp.adoc

bfd/ChangeLog:

* elfxx-riscv.c: Add 'ssdbltrp' and 'smdbltrp' to the list of konwn
  standard extensions.

gas/ChangeLog:

* NEWS: Updated.
* 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