diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csu/alpha/crt1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/alpha/crt1.c b/lib/csu/alpha/crt1.c index 7a936e9..b8ad3ea 100644 --- a/lib/csu/alpha/crt1.c +++ b/lib/csu/alpha/crt1.c @@ -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); |