fix omission of dtv setup in static linked programs on TLS variant I archs
[musl] / src / env / __init_tls.c
2013-07-13 Rich Felkerfix omission of dtv setup in static linked programs...
2012-12-26 Rich Felkerfix reference to libc struct in static tls init code
2012-11-14 Rich FelkerMerge remote-tracking branch 'ppc-port/ppc-squashed'
2012-11-08 Rich Felkerclean up sloppy nested inclusion from pthread_impl.h
2012-11-02 Rich Felkerfix unused variable warnings
2012-10-19 Rich Felkerfix crashes in static-linked multithreaded programs...
2012-10-15 Rich Felkeradd support for TLS variant I, presently needed for...
2012-10-08 Rich Felkerclean up and refactor program initialization
2012-10-06 Rich Felkerfix buggy TLS size/alignment computations in static...
2012-10-05 Rich Felkersupport for TLS in dynamic-loaded (dlopen) modules
2012-10-05 Rich Felkerpartial TLS support for dynamic-linked programs
2012-10-04 Rich FelkerTLS (GNU/C11 thread-local storage) support for static...