* cygwin.sc: Place .cygwin_dll_common.
* init.cc (threadfunc_ix): Use a more common name for the section name.
This commit is contained in:
@@ -18,7 +18,7 @@ details. */
|
||||
|
||||
int NO_COPY dynamically_loaded;
|
||||
static char *search_for = (char *) cygthread::stub;
|
||||
unsigned threadfunc_ix[8] __attribute__((section ("cygwin_dll_common"), shared));
|
||||
unsigned threadfunc_ix[8] __attribute__((section (".cygwin_dll_common"), shared));
|
||||
DWORD tls_func;
|
||||
|
||||
HANDLE sync_startup;
|
||||
|
Reference in New Issue
Block a user