]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add missing RISC-V fsrmi and fsflagsi instructions.
authorJim Wilson <jimw@sifive.com>
Wed, 13 Dec 2017 22:59:42 +0000 (14:59 -0800)
committerJim Wilson <jimw@sifive.com>
Wed, 13 Dec 2017 22:59:42 +0000 (14:59 -0800)
commit25982ee0222196381863a17dc135fc1d2763b385
treef3cbe90c0fbeffe0f4f10afb6b896ae92fdda8a3
parentb89641bab55496e52094282fabe146289c57b6d1
Add missing RISC-V fsrmi and fsflagsi instructions.

PR 22599
gas/
* testsuite/gas/riscv/fsxxi.d, testsuite/gas/riscv/fsxxi.s: New.
opcodes/
* riscv-opc.c (riscv_opcodes) <fsrmi, fsflagsi>: New.
gas/ChangeLog
gas/testsuite/gas/riscv/fsxxi.d [new file with mode: 0644]
gas/testsuite/gas/riscv/fsxxi.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/riscv-opc.c