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:
fcaf706
)
dlsym entry point for arm
author
Rich Felker
<dalias@aerifal.cx>
Sat, 1 Oct 2011 05:35:42 +0000
(
01:35
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 1 Oct 2011 05:35:42 +0000
(
01:35
-0400)
src/ldso/arm/dlsym.s
[new file with mode: 0644]
patch
|
blob
diff --git a/src/ldso/arm/dlsym.s
b/src/ldso/arm/dlsym.s
new file mode 100644
(file)
index 0000000..
17c8905
--- /dev/null
+++ b/
src/ldso/arm/dlsym.s
@@ -0,0
+1,6
@@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+ mov r2,lr
+ b __dlsym