commit | 69a91bcd6eb72ccf5144bbcdee624c481066e5b3 | [log] [tgz] |
---|---|---|
author | Dongyan Chen <chendongyan@isrc.iscas.ac.cn> | Thu Nov 28 20:35:36 2024 +0800 |
committer | Nelson Chu <nelson@rivosinc.com> | Mon Dec 02 10:13:11 2024 +0800 |
tree | 534b5258293415313c70349cf21e0e9b54ec7019 | |
parent | 4c35cbf9e1d1e26a470f7a12fb005725e5d8e9fe [diff] |
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.