dlsym entry point for arm

This commit is contained in:
Rich Felker 2011-10-01 01:35:42 -04:00
parent fcaf706569
commit 8b98c09f8c

6
src/ldso/arm/dlsym.s Normal file
View file

@ -0,0 +1,6 @@
.text
.global dlsym
.type dlsym,%function
dlsym:
mov r2,lr
b __dlsym