mirror of https://git.musl-libc.org/git/musl
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||||
|
.text |
||||
|
.global dlsym |
||||
|
.type dlsym,%function |
||||
|
dlsym: |
||||
|
mov r2,lr |
||||
|
b __dlsym |
||||
Loading…
Reference in new issue