* init.cc (search_for): Put this in shared section or suffer subtle problems
with the tls. * pinfo.cc (status_exit): Add debug output to report on unexpected exit. * tls_pbuf.cc (tmp_pathbuf::c_get): Add more details to internal error.
This commit is contained in:
@@ -16,7 +16,7 @@ details. */
|
||||
|
||||
static DWORD _my_oldfunc;
|
||||
|
||||
static char NO_COPY *search_for = (char *) cygthread::stub;
|
||||
static char *search_for __attribute__((section (".cygwin_dll_common"), shared)) = (char *) cygthread::stub;
|
||||
unsigned threadfunc_ix[8] __attribute__((section (".cygwin_dll_common"), shared));
|
||||
|
||||
static bool dll_finished_loading;
|
||||
|
Reference in New Issue
Block a user