History log of /seL4-refos-master/libs/libmuslc/src/ldso/x86_64/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


# ad70ba77 03-Sep-2011 Rich Felker <dalias@aerifal.cx>

fix RTLD_NEXT on x86_64

the return address was being truncated to 32 bits, preventing the
dlsym code from determining which module contains the calling code.


# 623753ad 15-Aug-2011 Rich Felker <dalias@aerifal.cx>

RTLD_NEXT support

the asm wrapper is needed to get the return address without
compiler-specific extensions.