summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-10-09check_ld some more flagsBernhard Reutner-Fischer
2009-10-07ldso: use O_CLOEXEC for cache fileMike Frysinger
2009-10-07ldso: use MAP_FAILED with ld.so.cacheMike Frysinger
2009-10-06commentary typo fixBernhard Reutner-Fischer
2009-10-06trim whitespaceBernhard Reutner-Fischer
2009-10-04mips: fix typo in elfinterp.cAustin Foxley
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-07-23Blackfin: rename __dl_boot to __startMike Frysinger
2009-07-23Blackfin: fix incorrect attribute orderMike Frysinger
2009-07-23Blackfin: add elf_machine_load_address() stubMike Frysinger
2009-07-23ldso: fix building for FDPIC systemsMike Frysinger
2009-07-23silence warnings in Blackfin ldso codeMike Frysinger
2009-07-23Blackfin: add support for automatic loading of L2 SRAM regionsJie Zhang
2009-07-05Avoid type-punned pointers that break strict-aliasingRon
2009-07-05Move extern prototype out of function scopeRon
2009-06-01Blackfin: make sure all relocs are uppercaseMike Frysinger
2009-04-11for sparc v8 MAGIC1 was defined incorrectlyaustinf
2009-04-09The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj
2009-03-05Use __always_inline instead of __inline__Carmelo Amoroso
2009-02-23- fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2009-01-14ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso
2009-01-11replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko
2009-01-10simple optimizations and style fixes in dynamic loadingDenis Vlasenko
2009-01-04ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable.Denis Vlasenko
2008-12-22- non-pic support for MIPS (Catherine Moore, clm at codesourcery com)Bernhard Reutner-Fischer
2008-12-03- use proper macrosBernhard Reutner-Fischer
2008-12-03- use proper macro (no obj-code changes)Bernhard Reutner-Fischer
2008-12-03- Use runtime pagesize (Jeremy Kerr)Bernhard Reutner-Fischer
2008-11-18Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does).Carmelo Amoroso
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-11-03Prefix variables defined in INIT_GOT define for AVR32 archHans-Christian Egtvedt
2008-11-03Make sure functions in dl-sysdep.h for AVR32 are always inlinedHans-Christian Egtvedt
2008-11-03- jmp on coldfire accepts only address registersBernhard Reutner-Fischer
2008-10-24- tidy up inline:Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
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-29sh_ldso: Fix typo: missing semi-colon.Carmelo Amoroso
2008-09-29Fix comment.Carmelo Amoroso
2008-09-29ldso: allow undefined references to weak symbolsCarmelo Amoroso
2008-09-29ldso: do not use hard-coded fd in _dl_dprintf. Use dl_debug_file consinstently.Carmelo Amoroso
2008-09-25- ARMV5 can use STRD and LDRD access instructions but these accesses need to beBernhard Reutner-Fischer
2008-09-23ldso: removed dead code.Carmelo Amoroso
2008-09-15- commentary typo fixBernhard Reutner-Fischer