diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2013-08-01 20:40:23 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@nildram.co.uk> | 2013-08-01 20:40:23 +0000 |
commit | c90923c3d3bb0c723e7060888c5034f24c8cd139 (patch) | |
tree | 0eb4ad7194fe3dfe4a27ef5be5630a0bbf6775e8 /include/coff | |
parent | 57cff626eb477c651122001df4f7f626e0c90568 (diff) | |
download | gdb-c90923c3d3bb0c723e7060888c5034f24c8cd139.tar.gz |
include/opcode/
* mips.h (MIPS16_INSN_WRITE_SP, MIPS16_INSN_READ_31)
(MIPS16_INSN_READ_PC, MIPS16_INSN_UNCOND_BRANCH)
(MIPS16_INSN_COND_BRANCH): Delete.
opcodes/
* mips16-opc.c (UBR, CBR, RD_31, RD_PC): Redefine as INSN2_* flags.
(WR_SP): Replace with...
(MOD_SP): ...this.
(mips16_opcodes): Update accordingly.
* mips-dis.c (print_insn_mips16): Likewise.
gas/
* config/tc-mips.c (compact_branch_p, uncond_branch_p): Use the same
flags for MIPS16 and non-MIPS16 instructions.
(gpr_mod_mask): Move the INSN2_MOD_SP case outside the micromips block.
(gpr_read_mask): Use INSN2_READ_GPR_31 for MIPS16 instructions too.
(gpr_write_mask): Remove MIPS16_INSN_WRITE_SP handling.
(can_swap_branch_p, get_append_method): Use the same flags for MIPS16
and non-MIPS16 instructions. Fix formatting.
Diffstat (limited to 'include/coff')
0 files changed, 0 insertions, 0 deletions