s390x: implement dlsym

This was missed when writing the port initially.
This commit is contained in:
Bobby Bingham 2017-02-05 21:29:52 -06:00 committed by Rich Felker
parent d6601f0af0
commit 9201c3afce

6
src/ldso/s390x/dlsym.s Normal file
View File

@ -0,0 +1,6 @@
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
lgr %r4, %r14
jg __dlsym