ensure that thread dtv pointer is never null to optimize __tls_get_addr
authorRich Felker <dalias@aerifal.cx>
Mon, 3 Jun 2013 20:35:59 +0000 (16:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 3 Jun 2013 20:35:59 +0000 (16:35 -0400)
commit44b4d09fc0626541ca12cf96f65adc21ab1fc413
tree5ef32eaf4dc0e507a69fb9bb4cca14d8b2cab35a
parentd9265653552a2b667bf3e84407a06edaa7e9f74f
ensure that thread dtv pointer is never null to optimize __tls_get_addr
src/ldso/dynlink.c
src/thread/pthread_self.c