dlsym entry point for arm
authorRich Felker <dalias@aerifal.cx>
Sat, 1 Oct 2011 05:35:42 +0000 (01:35 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 1 Oct 2011 05:35:42 +0000 (01:35 -0400)
src/ldso/arm/dlsym.s [new file with mode: 0644]

diff --git a/src/ldso/arm/dlsym.s b/src/ldso/arm/dlsym.s
new file mode 100644 (file)
index 0000000..17c8905
--- /dev/null
@@ -0,0 +1,6 @@
+.text
+.global dlsym
+.type dlsym,%function
+dlsym:
+       mov r2,lr
+       b __dlsym