Explorar o código

s390x: implement dlsym

This was missed when writing the port initially.
Bobby Bingham %!s(int64=8) %!d(string=hai) anos
pai
achega
9201c3afce
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      src/ldso/s390x/dlsym.s

+ 6 - 0
src/ldso/s390x/dlsym.s

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