]> sourceware.org Git - newlib-cygwin.git/commit
* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
authorChristopher Faylor <me@cgf.cx>
Sun, 28 Mar 2010 17:27:52 +0000 (17:27 +0000)
committerChristopher Faylor <me@cgf.cx>
Sun, 28 Mar 2010 17:27:52 +0000 (17:27 +0000)
commitc019a66c32f8575c85524e4fb889d79093acee56
tree278a080d1137888fb71c7d1d9e8b6719aeffaf26
parent84fef941e8d447e5b85db7ab4616b69d176bdcc2
* globals.cc (exit_status): Add new ES_EXIT_STARTING enum.
* dcrt0.cc (cygwin_exit): Set exit_state to ES_EXIT_STARTING prior to calling
real exit.
* dll_init.cc (dll_list::detach): Remove dll from linked list and call
destructors even if exiting.  Don't call __cxa_finalize in exiting case.
winsup/cygwin/ChangeLog
winsup/cygwin/dcrt0.cc
winsup/cygwin/dll_init.cc
winsup/cygwin/globals.cc
This page took 0.029842 seconds and 5 git commands to generate.