ソースを参照

riscv32: add dlsym

Identical to riscv64.
Stefan O'Rear 4 年 前
コミット
11eee89e14
1 ファイル変更6 行追加0 行削除
  1. 6 0
      src/ldso/riscv32/dlsym.s

+ 6 - 0
src/ldso/riscv32/dlsym.s

@@ -0,0 +1,6 @@
+.global dlsym
+.hidden __dlsym
+.type dlsym, %function
+dlsym:
+	mv a2, ra
+	tail __dlsym