musl/src/ldso
Rich Felker 3e3753c1a8 move RPATH search after LD_LIBRARY_PATH search
this is the modern way, and the only way that makes any sense. glibc
has this complicated mechanism with RPATH and RUNPATH that controls
whether RPATH is processed before or after LD_LIBRARY_PATH, presumably
to support legacy binaries, but there is no compelling reason to
support this, and better behavior is obtained by just fixing the
search order.
2013-08-02 10:02:29 -04:00
..
arm add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
i386 add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
microblaze fix microblaze asm relocations for shared libc 2012-10-17 23:45:21 -04:00
mips fix dlsym asm for mips 2012-11-08 14:31:49 -05:00
powerpc arg-skipping code for powerpc dynamic linker 2012-11-17 17:25:17 -05:00
x86_64 add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
dl_iterate_phdr.c add dl_iterate_phdr interface 2012-10-31 21:27:48 -04:00
dladdr.c dladdr support for dynamic linker (nonstandard extension) 2012-08-26 21:09:26 -04:00
dlinfo.c implement minimal dlinfo function 2013-06-29 12:46:46 -04:00
dlsym.c use restrict everywhere it's required by c99 and/or posix 2008 2012-09-06 22:44:55 -04:00
dynlink.c move RPATH search after LD_LIBRARY_PATH search 2013-08-02 10:02:29 -04:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00