summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
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: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-10-07ldso: use O_CLOEXEC for cache fileMike Frysinger
2009-10-07ldso: use MAP_FAILED with ld.so.cacheMike Frysinger
2009-10-06fix coding styleBernhard Reutner-Fischer
2009-10-06commentary typo fixBernhard Reutner-Fischer
2009-10-06trim whitespaceBernhard Reutner-Fischer
2009-10-06whitespace cleanupBernhard 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-20fix building for systems w/out ldso supportMike Frysinger
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-11sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf
2009-04-09Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj
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-12ldso: do not comment out unused variables, just delete it.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-03Fix whitespace damage in file.Hans-Christian Egtvedt
2008-11-03- jmp on coldfire accepts only address registersBernhard Reutner-Fischer
2008-10-29- fix use after free (Kevin Day)Bernhard Reutner-Fischer