projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6601f0
)
s390x: implement dlsym
author
Bobby Bingham
<koorogi@koorogi.info>
Mon, 6 Feb 2017 03:29:52 +0000
(21:29 -0600)
committer
Rich 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]
patch
|
blob
diff --git a/src/ldso/s390x/dlsym.s
b/src/ldso/s390x/dlsym.s
new file mode 100644
(file)
index 0000000..
2e9fa8f
--- /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