import preliminary ppc work by rdp.
[musl] / src / ldso / ppc / dlsym.S
1 #include <bits/asm.h>
2         .text
3         .global dlsym
4         .type   dlsym,@function
5 dlsym:
6         mflr    r5                      // The return address is arg3.
7         b       __dlsym
8         .end    dlsym
9         .size   dlsym, .-dlsym