Fix ChangeLog entries from earlier commit.
authorCatherine Moore <clm@codesourcery.com>
Mon, 11 Nov 2013 23:34:48 +0000 (15:34 -0800)
committerCatherine Moore <clm@codesourcery.com>
Mon, 11 Nov 2013 23:34:48 +0000 (15:34 -0800)
ChangeLog
gas/ChangeLog
include/ChangeLog
opcodes/ChangeLog

index 97db6fd193347353d4bb5da2a7febb120bd96ffd..7f696273903738266dad95f21423e1e973febae5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,3 @@
-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.
-
 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
 
        * Makefile.in: Regenerate.
index 50d61f8db45f73d74f1da2afec267a007525a96b..2b8ac6e9330b27f93630aeea183e9e024a63d346 100644 (file)
@@ -1,3 +1,10 @@
+2013-11-11  Catherine Moore  <clm@codesourcery.com>
+
+       * 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  <jbglaw@lug-owl.de
 
        * config/tc-ppc.c (ppc_elf_localentry): Add cast.
index 9008da1acf02e33f3940d03104d17c1ec54af6d8..fcf8be11c2b41b69be84d34773e60bbe2efd945a 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-11  Catherine Moore  <clm@codesourcery.com>
+
+       * opcode/mips.h (INSN_LOAD_MEMORY_DELAY): Rename to...
+       (INSN_LOAD_MEMORY): ...this.
+
 2013-10-29  Marc Glisse  <marc.glisse@inria.fr>
 
        PR tree-optimization/58689
index a3ceb289c1a848fc293c4361804dc91bc1dbabcc..1b3f05d2762037d9f62dae401ecdb4b9e4232d98 100644 (file)
@@ -1,3 +1,14 @@
+2013-11-11  Catherine Moore  <clm@codesourcery.com>
+
+       * 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  <hongjiu.lu@intel.com>
 
        PR gas/16140
This page took 0.039663 seconds and 4 git commands to generate.