Fix ChangeLog entries from earlier commit.
This commit is contained in:
parent
130eeb0196
commit
b83a9376e9
22
ChangeLog
22
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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue