s390x: implement dlsym

This was missed when writing the port initially.
This commit is contained in:
Bobby Bingham
2017-02-15 16:54:51 -05:00
committed by Rich Felker
parent d6601f0af0
commit 9201c3afce
+6
View File
@@ -0,0 +1,6 @@
.global dlsym
.hidden __dlsym
.type dlsym,@function
dlsym:
lgr %r4, %r14
jg __dlsym