mirror of
git://git.musl-libc.org/musl
synced 2025-01-30 10:32:04 +00:00
s390x: implement dlsym
This was missed when writing the port initially.
This commit is contained in:
parent
d6601f0af0
commit
9201c3afce
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…
Reference in New Issue
Block a user