diff options
author | Charlie Jenkins <charlie@rivosinc.com> | 2025-02-19 13:20:18 -0800 |
---|---|---|
committer | Nelson Chu <nelson@rivosinc.com> | 2025-02-26 23:12:17 +0800 |
commit | 227a52fbbd60325440af342e14076f75397187ed (patch) | |
tree | b9b603d47371e3b42db83fb22e7cc7ac11bc40c0 /gdb/python | |
parent | 5e0032993ab22f52fc66a26260ce0b489c1976b3 (diff) | |
download | binutils-227a52fbbd60325440af342e14076f75397187ed.zip binutils-227a52fbbd60325440af342e14076f75397187ed.tar.gz binutils-227a52fbbd60325440af342e14076f75397187ed.tar.bz2 |
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>
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions