summaryrefslogtreecommitdiff
path: root/src/ldso/sh/dlsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/sh/dlsym.s')
-rw-r--r--src/ldso/sh/dlsym.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ldso/sh/dlsym.s b/src/ldso/sh/dlsym.s
index 8258507f..15a8dce8 100644
--- a/src/ldso/sh/dlsym.s
+++ b/src/ldso/sh/dlsym.s
@@ -1,5 +1,6 @@
.text
.global dlsym
+.hidden __dlsym
.type dlsym, @function
dlsym:
mov.l L1, r0
@@ -7,4 +8,4 @@ dlsym:
1: mov.l @r15, r6
.align 2
-L1: .long __dlsym@PLT-(1b-.)
+L1: .long __dlsym-(1b-.)