]> git.proxmox.com Git - wasi-libc.git/blob - libc-top-half/musl/src/ldso/powerpc64/dlsym.s
Update to musl 1.1.23.
[wasi-libc.git] / libc-top-half / musl / src / ldso / powerpc64 / dlsym.s
1 .text
2 .global dlsym
3 .hidden __dlsym
4 .type dlsym,@function
5 dlsym:
6 addis 2, 12, .TOC.-dlsym@ha
7 addi 2, 2, .TOC.-dlsym@l
8 .localentry dlsym,.-dlsym
9 mflr 5 # The return address is arg3.
10 b __dlsym
11 .size dlsym, .-dlsym