diff options
author | Jim Wilson <wilson@tuliptree.org> | 2006-04-29 03:11:31 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2006-04-29 03:11:31 +0000 |
commit | f095b97b59e3cc52388cb63f4495b352cfce37a3 (patch) | |
tree | 32aa7a86fd0310b7228e023bc4e9caf0f1b2716a /opcodes/ChangeLog | |
parent | a2a8ff2ba094ca6e78b795743efd0408ef9dbbca (diff) | |
download | gdb-f095b97b59e3cc52388cb63f4495b352cfce37a3.zip gdb-f095b97b59e3cc52388cb63f4495b352cfce37a3.tar.gz gdb-f095b97b59e3cc52388cb63f4495b352cfce37a3.tar.bz2 |
Fix buglet noticed while looking at PR 1298.
* m68k-dis.c (match_insn_m68k): Restore fprintf_func before printing
error message.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index e786c1c..84ecdcf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2006-04-28 James E Wilson <wilson@specifix.com> + + * m68k-dis.c (match_insn_m68k): Restore fprintf_func before printing + error message. + 2006-04-28 Thiemo Seufer <ths@mips.com> David Ung <davidu@mips.com> Nigel Stephens <nigel@mips.com> |