Files
binutils-gdb/opcodes
Charlie Jenkins 227a52fbbd RISC-V: Fix abort when displaying data and partial instructions
If data is encountered that is not a power of two, dump all of the data with
a .<N>byte directive.  The current largest support risc-v instruction length
is 22, so the data over 22 bytes will be displayed by,
.insn, 22, ... + .<N-22>byte.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
2025-02-26 23:12:17 +08:00
..
2025-01-14 10:30:40 +08:00
2025-01-14 10:30:40 +08:00
2025-01-16 19:57:19 +10:30