diff options
author | Yao Qi <yao@codesourcery.com> | 2012-10-23 06:12:04 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-10-23 06:12:04 +0000 |
commit | 05fa925168007d8996d78cf832c06bf65f70c8d9 (patch) | |
tree | 1d1e7b99f708d8bbd868643b522d1e201161f1e5 /gdb/ChangeLog | |
parent | e92e81f4b8449a41b2ea157d1e4ede36b8ee4352 (diff) | |
download | fsf-binutils-gdb-05fa925168007d8996d78cf832c06bf65f70c8d9.zip fsf-binutils-gdb-05fa925168007d8996d78cf832c06bf65f70c8d9.tar.gz fsf-binutils-gdb-05fa925168007d8996d78cf832c06bf65f70c8d9.tar.bz2 |
gdb/
* event-top.c (sigint_token, sighup_token): Replace 'void *'
with 'static struct async_signal_handler *'.
(sighup_token, sigquit_token, sigstp_token): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b77946c..308fa21 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + 2012-10-22 Ali Anwar <ali_anwar@codesourcery.com> * gdbarch.sh (function_list): Use 'pstring' when printing |