summaryrefslogtreecommitdiffstats
path: root/gdb
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 /gdb
parent6d318c73e1caf19fd153a788590dd64402028167 (diff)
downloadppe42-binutils-ec442778f9daed1b248114f2ba9676ec50449daa.tar.gz
ppe42-binutils-ec442778f9daed1b248114f2ba9676ec50449daa.zip
* 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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0acce72080..b6f733c2c0 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.
OpenPOWER on IntegriCloud