aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2008-11-26 10:43:18 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2008-11-26 10:43:18 +0000
commit9f7678f6ca39e0fad35edc60af0dcebd0e6b729e (patch)
tree201587c58993bee703f5b93b831ad7910c603382 /opcodes/ChangeLog
parent5f019e58781076b31685d5d8460fbd472ebcf2b6 (diff)
downloadgdb-9f7678f6ca39e0fad35edc60af0dcebd0e6b729e.zip
gdb-9f7678f6ca39e0fad35edc60af0dcebd0e6b729e.tar.gz
gdb-9f7678f6ca39e0fad35edc60af0dcebd0e6b729e.tar.bz2
(NEXTBYTE, NEXTWORD, NEXTLONG, NEXTULONG, NEXTSINGLE)
(NEXTDOUBLE, NEXTEXTEND, NEXTPACKED): Fix error handling. (save_printer, save_print_address): Remove. (fetch_data): Don't use them. (match_insn_m68k): Always restore printing functions. (print_insn_m68k): Don't save/restore printing functions.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 5f30d53..018689f 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-26 Andreas Schwab <schwab@suse.de>
+
+ * m68k-dis.c (NEXTBYTE, NEXTWORD, NEXTLONG, NEXTULONG, NEXTSINGLE)
+ (NEXTDOUBLE, NEXTEXTEND, NEXTPACKED): Fix error handling.
+ (save_printer, save_print_address): Remove.
+ (fetch_data): Don't use them.
+ (match_insn_m68k): Always restore printing functions.
+ (print_insn_m68k): Don't save/restore printing functions.
+
2008-11-25 Nick Clifton <nickc@redhat.com>
* m68k-dis.c: Rewrite to remove use of setjmp/longjmp.