diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2004-08-15 16:18:52 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2004-08-15 16:18:52 +0000 |
commit | ccd13c49b55616e3f92a3cf37512dc24aeb41e0a (patch) | |
tree | e8c5fbe955b31ea20466f96e5959370ad849667b /lib/csu/arm/crt1.c | |
parent | aafa519a4697a726719913b256418fb0e0f8e867 (diff) |
Notes
Diffstat (limited to 'lib/csu/arm/crt1.c')
-rw-r--r-- | lib/csu/arm/crt1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csu/arm/crt1.c b/lib/csu/arm/crt1.c index 706aaeefd3b2e..bcee2cacf7ddb 100644 --- a/lib/csu/arm/crt1.c +++ b/lib/csu/arm/crt1.c @@ -116,6 +116,8 @@ __start(int argc, char **argv, char **env, if (&_DYNAMIC != NULL) atexit(cleanup); + else + _init_tls(); #ifdef GCRT atexit(_mcleanup); |