s390x: implement dlsym
This was missed when writing the port initially.
This commit is contained in:
committed by
Rich Felker
parent
d6601f0af0
commit
9201c3afce
@@ -0,0 +1,6 @@
|
||||
.global dlsym
|
||||
.hidden __dlsym
|
||||
.type dlsym,@function
|
||||
dlsym:
|
||||
lgr %r4, %r14
|
||||
jg __dlsym
|
||||
Reference in New Issue
Block a user