* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in
authorUlrich Drepper <drepper@redhat.com>
Mon, 12 May 2008 05:36:02 +0000 (05:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 12 May 2008 05:36:02 +0000 (05:36 +0000)
commita3636e8b89a7c565b1141d56055a6a07a053792c
treed9835861daac8bb8ec09d2f2d4f28cc174a0743e
parenta7eb802f1147cc2237be3a410b3c658f59178d72
* elf/dl-tls.c (__tls_get_addr): Optimize by moving slow path in

its own function.  This reduces the frame setup costs and more.
ChangeLog
elf/dl-tls.c