From 67dc82bc511e35ef134952014b4deb2fdcf10676 Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 11 Nov 2013 08:03:47 -0800 Subject: 2013-11-11 Catherine Moore 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 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7f69627..97db6fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2013-11-11 Catherine Moore + + 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. + 2013-11-07 Thomas Schwinge * Makefile.in: Regenerate. -- cgit v1.1