From: Bobby Bingham Date: Mon, 6 Feb 2017 03:29:52 +0000 (-0600) Subject: s390x: implement dlsym X-Git-Tag: v1.1.17~106 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9201c3afce0ff53a9b1c5da5285ff84c11dee9d4;p=oweals%2Fmusl.git s390x: implement dlsym This was missed when writing the port initially. --- diff --git a/src/ldso/s390x/dlsym.s b/src/ldso/s390x/dlsym.s new file mode 100644 index 00000000..2e9fa8fb --- /dev/null +++ b/src/ldso/s390x/dlsym.s @@ -0,0 +1,6 @@ + .global dlsym + .hidden __dlsym + .type dlsym,@function +dlsym: + lgr %r4, %r14 + jg __dlsym