summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorLines
2013-07-27fix indention-with-spacesRich Felker-1/+1
2013-07-26make ldd report the libc/dynamic linker itselfRich Felker-0/+22
2013-07-26fix computation of entry point and main app phdrs when invoking via ldsoRich Felker-3/+1
2013-07-24support STB_GNU_UNIQUE symbol bindings in dynamic linkerRich Felker-1/+1
2013-07-24move the dynamic linker's jmp_buf from static to automatic storageRich Felker-5/+7
2013-07-22disable legacy init/fini processing on ARMRich Felker-0/+4
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker-8/+6
2013-07-21fix order of fini_array execution for shared libsRich Felker-2/+2
2013-07-20add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker-2/+13
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker-1/+20
2013-07-10fix invalid library phdr pointers passed to callback from dl_iterate_phdrRich Felker-9/+16
2013-06-29implement minimal dlinfo functionRich Felker-0/+20
2013-06-29fix missing synchronization in calls from dynamic linker to global ctorsRich Felker-0/+4
2013-06-26remove useless conditional before free from dynamic linker path codeRich Felker-1/+1
2013-06-26fix dynamic linker handling of empty path file or error reading path fileRich Felker-4/+3
2013-06-25make newline-delimited dynamic linker path file actually workRich Felker-1/+1
2013-06-03ensure that thread dtv pointer is never null to optimize __tls_get_addrRich Felker-4/+4
2013-04-20make dynamic linker accept : or \n as path separatorRich Felker-8/+8
2013-02-02fix uninitialized map_len being used in munmap failure paths in load_libraryRich Felker-3/+2
2013-01-23add support for RTLD_NOLOAD to dlopenRich Felker-3/+7
2013-01-23fix regression in dlsym: rejection of special RTLD_* handles as invalidRich Felker-1/+2
2013-01-16fix warning building dynlink.c stub for static libcRich Felker-2/+2
2013-01-16fix bug in dladdr that prevented resolving addresses in the PLTRich Felker-1/+1
2013-01-10check for invalid handles in dlsym/dlcloseRich Felker-1/+17
2012-12-15fix breakage in ldd (failure to print library load address)Rich Felker-2/+2
2012-11-30fix ordering of shared library ctors with respect to libc initRich Felker-3/+6
2012-11-25eliminate gdb complaints about missing linux-gate.so.1Rich Felker-1/+2
2012-11-17fix typo in dynamic linker path file loading codeRich Felker-1/+1
2012-11-17arg-skipping code for powerpc dynamic linkerRich Felker-0/+8
2012-11-16dynamic linking support for powerpcRich Felker-17/+16
2012-11-14fix indention with spaces in powerpc asmRich Felker-27/+26
2012-11-14Merge remote-tracking branch 'ppc-port/ppc-squashed'Rich Felker-0/+31
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-24/+24
2012-11-13import preliminary ppc work by rdp.Richard Pennington-0/+31
2012-11-09support ldso path files without final newlineRich Felker-2/+5
2012-11-08change ldso path file logic to replace rather than add to search pathRich Felker-2/+2
2012-11-08fix dlsym asm for mipsRich Felker-1/+2
2012-11-01remove one unnecessary static var from dynamic linkerRich Felker-2/+2
2012-11-01fix more unused variable warningsRich Felker-3/+2
2012-10-31add dl_iterate_phdr interfaceRich Felker-7/+87
2012-10-19support looking up thread-local objects with dlsymRich Felker-0/+6
2012-10-19fix breakage in dlsym for looking up RTLD_DEFAULT, etc.Rich Felker-2/+5
2012-10-17fix microblaze asm relocations for shared libcRich Felker-3/+3
2012-10-15add support for TLS variant I, presently needed for arm and mipsRich Felker-3/+32
2012-10-14fix main program TLS alignment for dynamic-linked programsRich Felker-6/+5
2012-10-13fix namespace clash (libc) in dynlink.cRich Felker-14/+13
2012-10-13remove dead code from dynamic linkerRich Felker-10/+0
2012-10-07clean up and refactor program initializationRich Felker-2/+2
2012-10-07fix breakage due to initializing thread pointer when loading libsRich Felker-1/+1
2012-10-06make new TLS setup block even implementation-internals signalsRich Felker-2/+1