summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-05ldso: add missing prototypesBernhard Reutner-Fischer
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
2010-01-21ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer
2010-01-14mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2009-12-23Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
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-11-20remove superfluous extra semicolonsBernhard Reutner-Fischer
2009-11-15ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
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