mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
dlsym entry point for arm
This commit is contained in:
parent
fcaf706569
commit
8b98c09f8c
1 changed files with 6 additions and 0 deletions
6
src/ldso/arm/dlsym.s
Normal file
6
src/ldso/arm/dlsym.s
Normal file
|
@ -0,0 +1,6 @@
|
|||
.text
|
||||
.global dlsym
|
||||
.type dlsym,%function
|
||||
dlsym:
|
||||
mov r2,lr
|
||||
b __dlsym
|
Loading…
Add table
Reference in a new issue