summaryrefslogtreecommitdiff
path: root/src/ldso/microblaze/dlsym.s
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-09-29 01:05:31 -0400
committerRich Felker <dalias@aerifal.cx>2012-09-29 01:05:31 -0400
commit8c0a3d9e5c169fc9d0f246ab59362b658b029ad7 (patch)
tree6ac54202768db511e8bb959d85060adb98cbf226 /src/ldso/microblaze/dlsym.s
parente0ea44cb764fcdbe8515f22096930bede2c7896f (diff)
downloadmusl-8c0a3d9e5c169fc9d0f246ab59362b658b029ad7.tar.gz
microblaze port
based on initial work by rdp, with heavy modifications. some features including threads are untested because qemu app-level emulation seems to be broken and I do not have a proper system image for testing.
Diffstat (limited to 'src/ldso/microblaze/dlsym.s')
-rw-r--r--src/ldso/microblaze/dlsym.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ldso/microblaze/dlsym.s b/src/ldso/microblaze/dlsym.s
new file mode 100644
index 00000000..2044e2df
--- /dev/null
+++ b/src/ldso/microblaze/dlsym.s
@@ -0,0 +1,5 @@
+.global dlsym
+.type dlsym,@function
+dlsym:
+ brid __dlsym
+ add r7, r15, r0