math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / thread / i386 / tls.s
1 .text
2 .global ___tls_get_addr
3 .type ___tls_get_addr,@function
4 ___tls_get_addr:
5         push %eax
6         call __tls_get_addr
7         pop %edx
8         ret