mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
s390x: implement dlsym
This was missed when writing the port initially.
This commit is contained in:
parent
d6601f0af0
commit
9201c3afce
1 changed files with 6 additions and 0 deletions
6
src/ldso/s390x/dlsym.s
Normal file
6
src/ldso/s390x/dlsym.s
Normal file
|
@ -0,0 +1,6 @@
|
|||
.global dlsym
|
||||
.hidden __dlsym
|
||||
.type dlsym,@function
|
||||
dlsym:
|
||||
lgr %r4, %r14
|
||||
jg __dlsym
|
Loading…
Add table
Reference in a new issue