diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9ab237c..2080adb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,16 @@ 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com> + * event-top.c (async_do_nothing, async_disconnect) + (async_stop_sig, async_float_handler): Remove duplicated + prototypes. + (handle_sighup): Guard prototype with SIGHUP. + (async_do_nothing): Guard function and prototype with + SIGQUIT || SIGHUP. + (async_disconnect): Guard prototype with SIGHUP. + (async_stop_sig): Guard prototype with STOP_SIGNAL. + +2006-02-23 Daniel Jacobowitz <dan@codesourcery.com> + * maint.c (maintenance_dump_me): Remove unnecessary prototype. 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com> |