This website works better with JavaScript
Home
Explore
Help
Sign In
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
dlsym entry point for arm
Rich Felker
13 years ago
parent
fcaf706569
commit
8b98c09f8c
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
src/ldso/arm/dlsym.s
+ 6
- 0
src/ldso/arm/dlsym.s
View File
@@ -0,0 +1,6 @@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+ mov r2,lr
+ b __dlsym