summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/ldso/aarch64/dlsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/ldso/aarch64/dlsym.s')
-rw-r--r--libc-top-half/musl/src/ldso/aarch64/dlsym.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/ldso/aarch64/dlsym.s b/libc-top-half/musl/src/ldso/aarch64/dlsym.s
new file mode 100644
index 0000000..abaae4d
--- /dev/null
+++ b/libc-top-half/musl/src/ldso/aarch64/dlsym.s
@@ -0,0 +1,6 @@
+.global dlsym
+.hidden __dlsym
+.type dlsym,%function
+dlsym:
+ mov x2,x30
+ b __dlsym