Optimize __get_tls_addr a bit
authorUlrich Drepper <drepper@gmail.com>
Tue, 31 Jan 2012 03:32:05 +0000 (22:32 -0500)
committerUlrich Drepper <drepper@gmail.com>
Tue, 31 Jan 2012 03:32:05 +0000 (22:32 -0500)
commit27a25b6e633a3ea071e229337eaae36d0fa243fa
tree21c06c84309990fa6f380dd84bc18a7fc95b55e1
parent96bc5b45a671de1e266b841edba2516afc46d84a
Optimize __get_tls_addr a bit

Rearrange code to avoid creation of a stack frame.  At least on x86-64
the code for the fast path should be down to the bare minimum.
ChangeLog
elf/dl-tls.c