aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-01-20 03:39:36 +0000
committerChristopher Faylor <me@cgf.cx>2002-01-20 03:39:36 +0000
commit216109a824e421ddc3ac3e1b0d18a59a052b3d7c (patch)
treeb2b95b4933f001fa80253cae41fc992eb5ae0068 /winsup/cygwin/ChangeLog
parent9e73b3397b6f566ccfde90593dc779026b022e70 (diff)
downloadnewlib-216109a824e421ddc3ac3e1b0d18a59a052b3d7c.zip
newlib-216109a824e421ddc3ac3e1b0d18a59a052b3d7c.tar.gz
newlib-216109a824e421ddc3ac3e1b0d18a59a052b3d7c.tar.bz2
* Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a is only
available in libstdc++-v3.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d7fe3b1..9a8c573 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2002-01-19 Christopher Faylor <cgf@redhat.com>
+ * Makefile.in (new-cygwin1.dll): Revert previous change. libsupc++.a
+ is only available in libstdc++-v3.
+
+2002-01-19 Christopher Faylor <cgf@redhat.com>
+
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent
doesn't want it.
(sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough