summaryrefslogtreecommitdiff
path: root/ldso/ldso/ldso.c
AgeCommit message (Expand)Author
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-27ldso: initialize stack_chk_guard after TLS is initializedNatanael Copa
2009-11-25avoid warning about unused variableBernhard Reutner-Fischer
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-11-22ldso: let people disable the implicit path searchMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-07-23ldso: fix building for FDPIC systemsMike Frysinger
2009-07-23silence warnings in Blackfin ldso codeMike Frysinger
2009-02-23- fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer
2009-01-11replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2008-12-03- use proper macrosBernhard Reutner-Fischer
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-09-30- avoid warning about undefined preprocessor tokenBernhard Reutner-Fischer
2008-09-30- remove shadows declaration of struct st (already declared in function scope)Bernhard Reutner-Fischer
2008-09-29ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.Carmelo Amoroso
2008-05-30- fix the macros rather than the callees as rightfully noted by bernds (duh!)Bernhard Reutner-Fischer
2008-05-30- nlist is unsigned. Adjust iterator variables accordingly to avoid signednes...Bernhard Reutner-Fischer
2008-05-30- Avoid warning about missing brace. No obj-code changes.Bernhard Reutner-Fischer
2008-02-20Fix typos in commentCarmelo Amoroso
2008-02-20Do not call _dl_de ug_state() before recording ld.so. Signed-off-by: Daniel J...Carmelo Amoroso
2008-02-08Fix the recent dladdr changes so that they compile on FD-PIC targets.Bernd Schmidt
2008-01-18This patch solves a problem in dladdr caused by the wrong valueCarmelo Amoroso
2008-01-09fix broken whitespace in many places; no functional changesMike Frysinger
2007-12-03Blackfin FD-PIC patches 5/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 2/6.Bernd Schmidt
2007-12-03Blackfin FD-PIC patch 1/6.Bernd Schmidt
2007-11-16If uClibc's ld.so encounters text relocations in a shared library - one Carmelo Amoroso
2007-03-31Bernd Schmidt writes:Joakim Tjernlund
2007-02-21make sure we have rtld_hidden_def(_dl_debug_state)Mike Frysinger
2007-02-17Make _dl_malloc alignment arch configurable.Joakim Tjernlund
2007-01-28fix from Bernd Schmidt to make sure _dl_debug_state isnt optimized away and d...Mike Frysinger
2007-01-28as pointed out by Jocke, use "2" for actual error messages and _dl_debug_file...Mike Frysinger
2007-01-26Fix libdl bug reported by Cedric Hombourger inJoakim Tjernlund
2006-09-19merge some more FDPIC related fixes from Bernd SchmidtMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of relocation addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away initializing of prog load addressesMike Frysinger
2006-07-05patch from Bernd Schmidt to abstract away load address typesMike Frysinger
2006-07-05use ElfW(Addr) in more placesMike Frysinger
2006-07-05revert fdpic patch so we can merge it in bit by bitMike Frysinger
2006-06-30Bernd Schmidt writes: abstract away addresses so we can support FDPIC ELFsMike Frysinger
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-03-07Remove additional endif pointed out by vapierPeter S. Mazinger
2006-03-07Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp supportPeter S. Mazinger
2006-03-02make all the warnings the same and add line #s so we can pick em out at runtimeMike Frysinger
2006-02-15Add prototypesPeter S. Mazinger
2006-02-14after much deliberation, may i present Joseph S. Myers patch to add support f...Mike Frysinger