aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-12-15 03:37:08 +0000
committerIan Lance Taylor <ian@airs.com>1996-12-15 03:37:08 +0000
commit39e5bea281f8cf947d3b183d8b41b9b8c697dd31 (patch)
tree62553b64e09772577ca9bad6b326e89ccd10409e
parent958866c5ca71773dc7c1cfa53fb74c724e2bb784 (diff)
downloadgdb-39e5bea281f8cf947d3b183d8b41b9b8c697dd31.zip
gdb-39e5bea281f8cf947d3b183d8b41b9b8c697dd31.tar.gz
gdb-39e5bea281f8cf947d3b183d8b41b9b8c697dd31.tar.bz2
* mips-dis.c (print_mips16_insn_arg): The base address of a PC
relative load or add now depends upon whether the instruction is in a delay slot.
-rw-r--r--opcodes/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 483e06e..82f08ce 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+Sat Dec 14 22:36:20 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * mips-dis.c (print_mips16_insn_arg): The base address of a PC
+ relative load or add now depends upon whether the instruction is
+ in a delay slot.
+
Wed Dec 11 09:23:46 1996 Jeffrey A Law (law@cygnus.com)
* mn10200-dis.c: Finish writing disassembler.