rename superh port to "sh" for consistency
[musl] / src / ldso / sh / dlsym.s
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
8
9 .align 2
10 L1:     .long __dlsym@PLT-(1b-.)