aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJohn Metzler <jmetzler@cygnus>1998-06-18 17:30:26 +0000
committerJohn Metzler <jmetzler@cygnus>1998-06-18 17:30:26 +0000
commit20af0110865ebbd8f98ab5feed2fb515094da6a5 (patch)
treed2488a35c384522e287c09665ce3c7d2400dd63f /opcodes/ChangeLog
parentd845999e690aa6910feb9179d47d6aea36e8a1fd (diff)
downloadgdb-20af0110865ebbd8f98ab5feed2fb515094da6a5.zip
gdb-20af0110865ebbd8f98ab5feed2fb515094da6a5.tar.gz
gdb-20af0110865ebbd8f98ab5feed2fb515094da6a5.tar.bz2
* mips-dis.c (print_insn_little_mips): Previously, instruction
printing references the symbol table to determine whether the instruction resides in a block regular instructions or mips16 instructions. However, when the disassembler gets used in other environments where the symbol table is not present, we no longer rely in the symbol table, rather, use the low bit of the instructions address to guess. There should be no change for usage of the disassembler in host based programse, gdb ,objdump. (print_insn_big_mips): ditto. (print_insn_mips): ditto
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b9cff55..89743bc 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,20 @@
+Thu Jun 18 10:22:24 1998 John Metzler <jmetzler@cygnus.com>
+
+ * mips-dis.c (print_insn_little_mips): Previously, instruction
+ printing references the symbol table to determine whether the
+ instruction resides in a block regular instructions or mips16
+ instructions. However, when the disassembler gets used in other
+ environments where the symbol table is not present, we no longer
+ rely in the symbol table, rather, use the low bit of the
+ instructions address to guess. There should be no change for usage
+ of the disassembler in host based programse, gdb ,objdump.
+ (print_insn_big_mips): ditto.
+ (print_insn_mips): ditto
+
+Wed Jun 17 21:19:01 1998 Mark Alexander <marka@cygnus.com>
+
+ * m10200-dis.c (print_insn_mn10200): Don't bomb on unknown opcodes.
+
Wed Jun 17 17:49:23 1998 Jeffrey A Law (law@cygnus.com)
start-sanitize-am33