aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorCatherine Moore <clm@codesourcery.com>2013-11-11 15:34:48 -0800
committerCatherine Moore <clm@codesourcery.com>2013-11-11 15:34:48 -0800
commitb83a9376e9dd71fa09115eefede3520260efc48a (patch)
tree200f5f3523f3fd6637bada94919e6e159f028f4a /opcodes
parent130eeb0196505b8e6d2736f2b6fef80967d646fd (diff)
downloadfsf-binutils-gdb-b83a9376e9dd71fa09115eefede3520260efc48a.zip
fsf-binutils-gdb-b83a9376e9dd71fa09115eefede3520260efc48a.tar.gz
fsf-binutils-gdb-b83a9376e9dd71fa09115eefede3520260efc48a.tar.bz2
Fix ChangeLog entries from earlier commit.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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 <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