]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - opcodes/mips-dis.c
2013-11-11 Catherine Moore <clm@codesourcery.com>
authorCatherine Moore <clm@codesourcery.com>
Mon, 11 Nov 2013 16:03:47 +0000 (08:03 -0800)
committerCatherine Moore <clm@codesourcery.com>
Mon, 11 Nov 2013 16:03:47 +0000 (08:03 -0800)
commit67dc82bc511e35ef134952014b4deb2fdcf10676
tree42bfe2316900f645cba2e3bab5ed60b2f8590e03
parent2df4d1d5c4393fd06c2bffe75499e70a8d8ac8a8
2013-11-11  Catherine Moore  <clm@codesourcery.com>

gas/
* config/mips/tc-mips.c (convert_reg_type): Use
INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.
(reg_needs_delay): Likewise.
(insns_between): Likewise.

include/
* opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to...
(INSN_LOAD_MEMORY): ...this.

opcodes/
* mips-dis.c (print_insn_mips): Use
INSN_LOAD_MEMORY instead of INSN_LOAD_MEMORY_DELAY.
(print_insn_micromips): Likewise.
* mips-opc.c (LDD): Remove.
(CLD): Include INSN_LOAD_MEMORY.
(LM): New.
(mips_builtin_opcodes): Use LM instead of LDD.
        Add LM to load instructions.
ChangeLog
gas/config/tc-mips.c
include/opcode/mips.h
opcodes/mips-dis.c
opcodes/mips-opc.c