keep user-provided CFLAGS/LDFLAGS separate from those added by configure
[musl] / src / ldso / sh / dlsym.s
index 8258507..11a6fff 100644 (file)
@@ -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-.)