Sfoglia il codice sorgente

dlsym entry point for arm

Rich Felker 13 anni fa
parent
commit
8b98c09f8c
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      src/ldso/arm/dlsym.s

+ 6 - 0
src/ldso/arm/dlsym.s

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