s390x: implement dlsym
authorBobby Bingham <koorogi@koorogi.info>
Mon, 6 Feb 2017 03:29:52 +0000 (21:29 -0600)
committerRich Felker <dalias@aerifal.cx>
Wed, 15 Feb 2017 21:54:51 +0000 (16:54 -0500)
This was missed when writing the port initially.

src/ldso/s390x/dlsym.s [new file with mode: 0644]

diff --git a/src/ldso/s390x/dlsym.s b/src/ldso/s390x/dlsym.s
new file mode 100644 (file)
index 0000000..2e9fa8f
--- /dev/null
@@ -0,0 +1,6 @@
+       .global dlsym
+       .hidden __dlsym
+       .type   dlsym,@function
+dlsym:
+       lgr %r4, %r14
+       jg __dlsym