Back out the call to _init_tls() - something is broken there and it
prevents all static binaries from running.
This commit is contained in:
parent
6ad9afc94f
commit
febc176986
@ -93,8 +93,6 @@ _start(char **ap, void (*cleanup)(void), struct Struct_Obj_Entry *obj __unused,
|
||||
|
||||
if (&_DYNAMIC != NULL)
|
||||
atexit(cleanup);
|
||||
else
|
||||
_init_tls();
|
||||
|
||||
#ifdef GCRT
|
||||
atexit(_mcleanup);
|
||||
|
Loading…
x
Reference in New Issue
Block a user