diff options
author | dfr <dfr@FreeBSD.org> | 2004-08-21 08:22:00 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2004-08-21 08:22:00 +0000 |
commit | febc176986402b96e4f2543855d2230c6bacb774 (patch) | |
tree | 6bd8ddc5c26337838c6b50e7f2da1d8faab2fd12 /lib | |
parent | 6ad9afc94f8f516c5e1b71368debd2f22e213650 (diff) | |
download | FreeBSD-src-febc176986402b96e4f2543855d2230c6bacb774.zip FreeBSD-src-febc176986402b96e4f2543855d2230c6bacb774.tar.gz |
Back out the call to _init_tls() - something is broken there and it
prevents all static binaries from running.
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); |