diff options
Diffstat (limited to 'binutils-2.24/ChangeLog')
-rw-r--r-- | binutils-2.24/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/binutils-2.24/ChangeLog b/binutils-2.24/ChangeLog index e41638b..3dc2583 100644 --- a/binutils-2.24/ChangeLog +++ b/binutils-2.24/ChangeLog @@ -1,7 +1,33 @@ +2014-05-01 Richard Sandiford <rdsandiford@googlemail.com> + + * config.sub, config.guess: Import from upstream. + 2013-11-23 Alan Modra <amodra@gmail.com> * config.sub, config.guess: Import from upstream. +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-09-20 Alan Modra <amodra@gmail.com> * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical |