superh port
[musl.git] / src / ldso / superh / dlsym.s
blob8258507fbbc88bb086b6182a8eddd13a0116b7d2
1 .text
2 .global dlsym
3 .type dlsym, @function
4 dlsym:
5 mov.l L1, r0
6 braf r0
7 1: mov.l @r15, r6
9 .align 2
10 L1: .long __dlsym@PLT-(1b-.)