diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-03-08 07:57:05 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-03-08 07:57:05 +0000 |
commit | 029e2524db74de9b78e61930678c88d952f8b8f0 (patch) | |
tree | 6640d0c9d86fee28efe78758cdb2a8535de5dbbc /opcodes/ChangeLog | |
parent | a48769bfbf82325aa33405863f1d9c0fac6ba083 (diff) | |
download | gdb-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/ChangeLog | 8 |
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> |