mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
Enhance the RX disassembler to detect and report bad instructions.
opcode * rx.h (enum RX_Size): Add RX_Bad_Size entry. opcodes * rx-decode.opc (bwl): Use RX_Bad_Size. (sbwl): Likewise. (ubwl): Likewise. Rename to ubw. (uBWL): Rename to uBW. Replace all references to uBWL with uBW. * rx-decode.c: Regenerate. * rx-dis.c (size_names): Add entry for RX_Bad_Size. (opsize_names): Likewise. (print_insn_rx): Detect and report RX_Bad_Size.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2015-09-22 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* rx.h (enum RX_Size): Add RX_Bad_Size entry.
|
||||
|
||||
2015-09-09 Daniel Santos <daniel.santos@pobox.com>
|
||||
|
||||
* visium.h (gen_reg_table): Make static.
|
||||
|
@ -38,6 +38,8 @@ typedef enum
|
||||
RX_SWord,
|
||||
RX_3Byte,
|
||||
RX_Long,
|
||||
RX_Bad_Size,
|
||||
RX_MAX_SIZE
|
||||
} RX_Size;
|
||||
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user