aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-03-08 07:57:05 +0000
committerKen Raeburn <raeburn@cygnus>1995-03-08 07:57:05 +0000
commit029e2524db74de9b78e61930678c88d952f8b8f0 (patch)
tree6640d0c9d86fee28efe78758cdb2a8535de5dbbc /opcodes/ChangeLog
parenta48769bfbf82325aa33405863f1d9c0fac6ba083 (diff)
downloadgdb-029e2524db74de9b78e61930678c88d952f8b8f0.zip
gdb-029e2524db74de9b78e61930678c88d952f8b8f0.tar.gz
gdb-029e2524db74de9b78e61930678c88d952f8b8f0.tar.bz2
Avoid bogus assumption that the two parts of the split m68k opcode table
are going to be adjacent in memory.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 3169ebc..336c600 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,11 @@
+Wed Mar 8 02:54:05 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * m68k-dis.c (opcode): New function. Returns address of opcode
+ table entry given index, even if the opcode table was split to
+ work around gcc bugs.
+ (print_insn_m68k): Call opcode instead of referencing m68k_opcodes
+ directly.
+
start-sanitize-arc
Tue Mar 7 21:14:14 1995 Doug Evans <dje@chestnut.cygnus.com>