OSDN Git Service

* dcrt0.cc (reent_data): Reluctantly resurrect.
authorcgf <cgf>
Fri, 26 Dec 2003 04:40:51 +0000 (04:40 +0000)
committercgf <cgf>
Fri, 26 Dec 2003 04:40:51 +0000 (04:40 +0000)
commit214f688f4547732da76bf70e61509ecfc86110ce
tree1a97e65a5bc50fe30779e3be7fa0832ab8d82814
parent19f7ebde28a9cee077c8b5beada76755817adb9a
* dcrt0.cc (reent_data): Reluctantly resurrect.
(__cygwin_user_data::impure_ptr): Ditto.
(_dll_crt0): Reluctantly initialize _impure_ptr here.
(initialize_main_tls): Eliminate local_clib initialization since it now happens
in init_thread.
* init.cc (dll_entry): Reluctantly remove code which set _impure_ptr to the
main thread's local_clib.
* perthread.h (reent_data): Remove obsolete declaration.
* sigproc.cc (proc_subproc): Add more debugging output.
(get_proc_lock): Ditto.
*dcrt0.cc (dll_crt0_1): Allocate argv[0] via malloc since main thread could
exit.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/fhandler_process.cc
winsup/cygwin/init.cc
winsup/cygwin/perthread.h
winsup/cygwin/sigproc.cc