aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 308fa21..d27f64b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,16 @@
2012-10-23 Yao Qi <yao@codesourcery.com>
+ * event-top.c (mark_async_signal_handler_wrapper): Remove.
+ * event-top.h: Remove its declaration.
+ (async_request_quit): Call mark_async_signal_handler instead of
+ mark_async_signal_handler_wrapper.
+ (async_do_nothing, async_disconnect): Likewise.
+ (async_stop_sig): Likewise.
+ * remote.c (handle_remote_sigint): Likewise.
+ (handle_remote_sigint_twice): Likewise.
+
+2012-10-23 Yao Qi <yao@codesourcery.com>
+
* event-top.c (sigint_token, sighup_token): Replace 'void *'
with 'static struct async_signal_handler *'.
(sighup_token, sigquit_token, sigstp_token): Likewise.