beginnings of full TLS support in shared libraries
authorRich Felker <dalias@aerifal.cx>
Fri, 5 Oct 2012 01:01:56 +0000 (21:01 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 5 Oct 2012 01:01:56 +0000 (21:01 -0400)
commit9b153c043ea486d28f96a7e01419f650fe0e1b26
tree33472c9ec71eb7464d4fc97a168c0dba1b20ca5c
parentbc6a35fb7b02f068b901f22a56559996395cfd3b
beginnings of full TLS support in shared libraries

this code will not work yet because the necessary relocations are not
supported, and cannot be supported without some internal changes to
how relocation processing works (coming soon).
src/internal/pthread_impl.h
src/ldso/dynlink.c
src/thread/i386/tls.s [new file with mode: 0644]
src/thread/tls.c [new file with mode: 0644]