OSDN Git Service

* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
authorcgf <cgf>
Thu, 8 Dec 2011 06:17:48 +0000 (06:17 +0000)
committercgf <cgf>
Thu, 8 Dec 2011 06:17:48 +0000 (06:17 +0000)
commitf7d3067486c4f2de900f59fe1ed6e0467fa61d5b
tree227793c0b3e4178c0a017aa3b399be3233058640
parentb13f8c4baf173e0329590a34609a358611d85b62
* dll_init.cc (dll_dllcrt0): Don't try to initialize dll data if we're
dynamically loaded since fork() doesn't work in that scenario anyway.
(dll_dllcrt0_1): Don't accommodate dynamically loaded dlls.
* exceptions.cc (ctrl_c_handler): Don't lock the process; there's too much risk
of deadlock.
* sigproc.cc (_cygtls::remove_wq): Don't try to remove anything from the waitq
if there is obviously nothing there.
* strace.cc (strace::activate): Allow stracing dynamically loaded cygwin1.dll.
winsup/cygwin/ChangeLog
winsup/cygwin/dll_init.cc
winsup/cygwin/exceptions.cc
winsup/cygwin/sigproc.cc
winsup/cygwin/strace.cc