riscv32: add dlsym
Identical to riscv64.
This commit is contained in:
committed by
Rich Felker
parent
b4f7b2ca35
commit
11eee89e14
@@ -0,0 +1,6 @@
|
||||
.global dlsym
|
||||
.hidden __dlsym
|
||||
.type dlsym, %function
|
||||
dlsym:
|
||||
mv a2, ra
|
||||
tail __dlsym
|
||||
Reference in New Issue
Block a user