From b83a9376e9dd71fa09115eefede3520260efc48a Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Mon, 11 Nov 2013 15:34:48 -0800 Subject: [PATCH] Fix ChangeLog entries from earlier commit. --- ChangeLog | 22 ---------------------- gas/ChangeLog | 7 +++++++ include/ChangeLog | 5 +++++ opcodes/ChangeLog | 11 +++++++++++ 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/ChangeLog b/ChangeLog index 97db6fd..7f69627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,25 +1,3 @@ -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. diff --git a/gas/ChangeLog b/gas/ChangeLog index 50d61f8..2b8ac6e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2013-11-11 Catherine Moore + + * 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. + 2013-11-08 Jan-Benedict Glaw + + * opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to... + (INSN_LOAD_MEMORY): ...this. + 2013-10-29 Marc Glisse PR tree-optimization/58689 diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a3ceb28..1b3f05d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,14 @@ +2013-11-11 Catherine Moore + + * 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-08 H.J. Lu PR gas/16140 -- 2.7.4