X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fldso%2Fpowerpc%2Fdlsym.s;h=b9fae982f08939c01dd65556969c78a40f41af09;hb=ab1772c597ba8fe0c26400256b12d7a4df23880e;hp=207961762cf41bb040c0c1750ef005a50426d631;hpb=1c8eb8bad791fe9d01d0d4ab77882db634fa933d;p=musl diff --git a/src/ldso/powerpc/dlsym.s b/src/ldso/powerpc/dlsym.s index 20796176..b9fae982 100644 --- a/src/ldso/powerpc/dlsym.s +++ b/src/ldso/powerpc/dlsym.s @@ -1,8 +1,8 @@ - .text - .global dlsym - .type dlsym,@function + .text + .global dlsym + .type dlsym,@function dlsym: - mflr 5 # The return address is arg3. - b __dlsym - .end dlsym - .size dlsym, .-dlsym + mflr 5 # The return address is arg3. + b __dlsym + .end dlsym + .size dlsym, .-dlsym