X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fldso%2Fsh%2Fdlsym.s;h=11a6fff5ff631c6208315331517b902c50d13035;hb=4cd8b4725907651f329e2f96d428c4e3521643f8;hp=8258507fbbc88bb086b6182a8eddd13a0116b7d2;hpb=aacd348637e38795dd7ae3c7c8c908d8c0cd24fd;p=musl diff --git a/src/ldso/sh/dlsym.s b/src/ldso/sh/dlsym.s index 8258507f..11a6fff5 100644 --- a/src/ldso/sh/dlsym.s +++ b/src/ldso/sh/dlsym.s @@ -1,10 +1,11 @@ .text .global dlsym +.hidden __dlsym .type dlsym, @function dlsym: mov.l L1, r0 - braf r0 -1: mov.l @r15, r6 +1: braf r0 + mov.l @r15, r6 .align 2 -L1: .long __dlsym@PLT-(1b-.) +L1: .long __dlsym@PLT-(1b+4-.)