]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/record: Support csrrci instruction in risc-v
authorTimur <timurgol007@gmail.com>
Mon, 26 May 2025 12:43:16 +0000 (15:43 +0300)
committertimurgol007 <timurgol007@gmail.com>
Tue, 17 Jun 2025 16:10:22 +0000 (19:10 +0300)
commitfc616d4278f83834de2edc681174d36dbbe24ac4
tree00c74e597ad196a418e6908bcb886c16519b3b8b
parentb96854116d012bdf19dd7dc68473d9f96ed5ae92
gdb/record: Support csrrci instruction in risc-v

During testing csr instructions in risc-v, it occurs that instruction csrrci
is unsupported for recording process and there is such warning:
'warning: Currently this instruction with len 4(100174f3) is unsupported', so
recording failed. This patch fixes this error.
gdb/riscv-tdep.c