aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-03-16 17:07:17 +0000
committerMark Mitchell <mark@codesourcery.com>2005-03-16 17:07:17 +0000
commitec442778f9daed1b248114f2ba9676ec50449daa (patch)
treefe4fd854e791f47d244765cc795277a6c8c69980
parent6d318c73e1caf19fd153a788590dd64402028167 (diff)
downloadgdb-ec442778f9daed1b248114f2ba9676ec50449daa.zip
gdb-ec442778f9daed1b248114f2ba9676ec50449daa.tar.gz
gdb-ec442778f9daed1b248114f2ba9676ec50449daa.tar.bz2
* event-top.c (handle_sigquit): Do not define for systems without
SIGQUIT. (sigquit_token): Likewise. (async_init_signals): Allow for systems that do not define SIGQUIT. * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.
-rw-r--r--gdb/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0acce72..b6f733c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,9 @@
2005-03-16 Mark Mitchell <mark@codesourcery.com>
- * event-top.c (async_init_signals): Allow for systems that do not
+ * event-top.c (handle_sigquit): Do not define for systems without
+ SIGQUIT.
+ (sigquit_token): Likewise.
+ (async_init_signals): Allow for systems that do not
define SIGQUIT.
* ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.