diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-15 04:36:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-15 04:36:43 +0000 |
commit | 74509af276c485bb42f1573eb467f4919f0b243e (patch) | |
tree | 58f3cd3d64836dc6c67b93687e8aa549dfda8230 /winsup/cygwin/ChangeLog | |
parent | d409c077df3e6f376eb1917263765037212ee39a (diff) | |
download | newlib-74509af276c485bb42f1573eb467f4919f0b243e.zip newlib-74509af276c485bb42f1573eb467f4919f0b243e.tar.gz newlib-74509af276c485bb42f1573eb467f4919f0b243e.tar.bz2 |
* Makefile.in: Generate libcygwin.a during the link pass rather than as a
separate dlltool step.
* dcrt0.cc (_dll_crt0): pppid_handle could be NULL. Don't close it if so.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c538244..f50707d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Sat Sep 15 00:28:40 2001 Christopher Faylor <cgf@cygnus.com> + + * Makefile.in: Generate libcygwin.a during the link pass rather than as + a separate dlltool step. + * dcrt0.cc (_dll_crt0): pppid_handle could be NULL. Don't close it if + so. + Fri Sep 14 20:48:18 2001 Christopher Faylor <cgf@cygnus.com> * dcrt0.cc (dll_crt0_1): Create vfork main storage here so that it can |