History log of /seL4-camkes-master/projects/musllibc/src/ldso/microblaze/dlsym.s
Revision Date Author Comments
# 72b25ddb 14-Apr-2015 Rich Felker <dalias@aerifal.cx>

use hidden visibility for call from dlsym to internal __dlsym


# ef2f595f 17-Oct-2012 Rich Felker <dalias@aerifal.cx>

fix microblaze asm relocations for shared libc

only @PLT relocations are considered functions for purposes of
-Bsymbolic-functions, so always use @PLT. it should not hurt in the
static-linked case.


# 8c0a3d9e 28-Sep-2012 Rich Felker <dalias@aerifal.cx>

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.