diff options
author | Nick Clifton <nickc@redhat.com> | 2017-09-27 16:21:36 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-09-27 16:21:36 +0100 |
commit | 8e43602e34ba404d82f7c74f6629f01e40c740e0 (patch) | |
tree | 6eff6a48f8a4cd5c54a4ea7f14ae251b1a06dfb7 /gas/ChangeLog | |
parent | f21b4d5c59136c38bb6d94eb6a29ad80d02043f4 (diff) | |
download | gdb-8e43602e34ba404d82f7c74f6629f01e40c740e0.zip gdb-8e43602e34ba404d82f7c74f6629f01e40c740e0.tar.gz gdb-8e43602e34ba404d82f7c74f6629f01e40c740e0.tar.bz2 |
Add support for the new names of the RISC-V fmv.x.s and fmv.s.x instructions, vis: fmv.x.w and fmv.w.x.
PR 22179
opcodes * riscv-opc.c (riscv_opcodes): Add fmv.x.w and fmv.w.x as the new
names for the fmv.x.s and fmv.s.x instructions respectively.
gas * testsuite/gas/riscv/fmv.x.s: New file: Tests the support for the
renamed fmv.x.s and fmv.s.x instructions.
* testsuite/gas/riscv/fmv.x.d: New file: Test driver.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8554dd5..acf75a9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2017-09-27 Nick Clifton <nickc@redhat.com> + + PR 22179 + * testsuite/gas/riscv/fmv.x.s: New file: Tests the support for the + renamed fmv.x.s and fmv.s.x instructions. + * testsuite/gas/riscv/fmv.x.d: New file: Test driver. + 2017-09-21 Maciej W. Rozycki <macro@imgtec.com> * testsuite/gas/mips/elf_mach_5900.d: New test. |