Prechádzať zdrojové kódy

s390x: implement dlsym

This was missed when writing the port initially.
Bobby Bingham 8 rokov pred
rodič
commit
9201c3afce
1 zmenil súbory, kde vykonal 6 pridanie a 0 odobranie
  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