diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:36:51 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:36:51 +0000 |
commit | c3c0747817f456c7d4a5d8884b304c2095bdf5ab (patch) | |
tree | 24deb899ff002df6b658f19744194eb896a197b8 /opcodes/ChangeLog | |
parent | ab90248154ba05dc800c480712c3cb03eb33b135 (diff) | |
download | gdb-c3c0747817f456c7d4a5d8884b304c2095bdf5ab.zip gdb-c3c0747817f456c7d4a5d8884b304c2095bdf5ab.tar.gz gdb-c3c0747817f456c7d4a5d8884b304c2095bdf5ab.tar.bz2 |
include/opcode/
* mips.h (mips_operand_type): Add OP_ENTRY_EXIT_LIST and
OP_SAVE_RESTORE_LIST.
(decode_mips16_operand): Declare.
opcodes/
* mips16-opc.c: Include mips-formats.h.
(reg_0_map, reg_29_map, reg_31_map, reg_m16_map, reg32r_map): New
static arrays.
(decode_mips16_operand): New function.
* mips-dis.c (mips16_to_32_reg_map, mips16_reg_names): Delete.
(print_insn_arg): Handle OP_ENTRY_EXIT list.
Abort for OP_SAVE_RESTORE_LIST.
(print_mips16_insn_arg): Change interface. Use mips_operand
structures. Delete GET_OP_S. Move GET_OP definition to...
(print_insn_mips16): ...here. Call init_print_arg_state.
Update the call to print_mips16_insn_arg.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 17cc1c6..5ac2b28 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,19 @@ 2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> + * mips16-opc.c: Include mips-formats.h. + (reg_0_map, reg_29_map, reg_31_map, reg_m16_map, reg32r_map): New + static arrays. + (decode_mips16_operand): New function. + * mips-dis.c (mips16_to_32_reg_map, mips16_reg_names): Delete. + (print_insn_arg): Handle OP_ENTRY_EXIT list. + Abort for OP_SAVE_RESTORE_LIST. + (print_mips16_insn_arg): Change interface. Use mips_operand + structures. Delete GET_OP_S. Move GET_OP definition to... + (print_insn_mips16): ...here. Call init_print_arg_state. + Update the call to print_mips16_insn_arg. + +2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> + * mips-formats.h: New file. * mips-opc.c: Include mips-formats.h. (reg_0_map): New static array. |