mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-16 10:14:22 +03:00
riscv32: add dlsym
Identical to riscv64.
This commit is contained in:
parent
b4f7b2ca35
commit
11eee89e14
6
src/ldso/riscv32/dlsym.s
Normal file
6
src/ldso/riscv32/dlsym.s
Normal file
@ -0,0 +1,6 @@
|
||||
.global dlsym
|
||||
.hidden __dlsym
|
||||
.type dlsym, %function
|
||||
dlsym:
|
||||
mv a2, ra
|
||||
tail __dlsym
|
Loading…
x
Reference in New Issue
Block a user