summaryrefslogtreecommitdiff
path: root/src/ldso/powerpc/dlsym.s
blob: 207961762cf41bb040c0c1750ef005a50426d631 (plain) (blame)
1
2
3
4
5
6
7
8
        .text
        .global dlsym
        .type   dlsym,@function
dlsym:
        mflr    5                      # The return address is arg3.
        b       __dlsym
        .end    dlsym
        .size   dlsym, .-dlsym