musl/src/ldso
Rich Felker e864a29090 make dynamic linker depend on -DSHARED not -fPIC
if libc.a is compiled PIC for use in static PIE code, this should not
cause the dynamic linker (which still does not support static-linked
main program) to be built into libc.a.
2012-07-11 01:47:30 -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
x86_64 add ldd and main program loading support to dynamic linker 2012-05-27 16:01:44 -04:00
dlsym.c RTLD_NEXT support 2011-08-16 00:42:13 -04:00
dynlink.c make dynamic linker depend on -DSHARED not -fPIC 2012-07-11 01:47:30 -04:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00