]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb/riscv: fix decode of c.sdsp instruction
authorChungyi Chi <demonic@csie.io>
Thu, 17 Sep 2020 08:45:50 +0000 (09:45 +0100)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 17 Sep 2020 08:45:50 +0000 (09:45 +0100)
commitd2cd411356b0e6de58e502bf65c1683811b69af6
treecbcf679a7a9a99eb0b753d18d78f8eb8d15e0f0a
parent848471acef1d11dcc3361b79e5bda69d4700fdf1
gdb/riscv: fix decode of c.sdsp instruction

The decode of c.sdsp was incorrectly claiming to be a 4-byte store
instead of an 8-byte store.

gdb/ChangeLog:

* riscv-tdep.c (riscv-insn::decode): Fix recorded insn type.
gdb/ChangeLog
gdb/riscv-tdep.c