about summary refs log tree commit diff
path: root/src/ldso/loongarch64/dlsym.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/ldso/loongarch64/dlsym.s')
-rw-r--r--src/ldso/loongarch64/dlsym.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ldso/loongarch64/dlsym.s b/src/ldso/loongarch64/dlsym.s
new file mode 100644
index 00000000..26fabcdb
--- /dev/null
+++ b/src/ldso/loongarch64/dlsym.s
@@ -0,0 +1,7 @@
+.global dlsym
+.hidden __dlsym
+.type   dlsym,@function
+dlsym:
+	move      $a2, $ra
+	la.global $t0, __dlsym
+	jr        $t0