math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / ldso / x86_64 / dlsym.s
1 .text
2 .global dlsym
3 .type dlsym,@function
4 dlsym:
5         mov (%rsp),%rdx
6         jmp __dlsym