summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* ldso: add missing prototypesBernhard Reutner-Fischer2010-02-051-0/+5
* mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj2010-01-252-16/+35
* ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer2010-01-211-5/+4
* mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-141-6/+14
* Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf2009-12-231-1/+1
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-176-28/+28
* avoid warning about unused variableBernhard Reutner-Fischer2009-11-251-11/+10
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-232-2/+2
* ldso: let people disable the implicit path searchMike Frysinger2009-11-221-0/+2
* remove superfluous extra semicolonsBernhard Reutner-Fischer2009-11-201-16/+17
* ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer2009-11-158-14/+14
* ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley2009-10-161-2/+2
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-152-15/+7
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-1514-159/+137
* ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley2009-10-147-13/+13
* check_ld some more flagsBernhard Reutner-Fischer2009-10-091-1/+1
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-071-0/+2
* ldso: use O_CLOEXEC for cache fileMike Frysinger2009-10-071-1/+1
* ldso: use MAP_FAILED with ld.so.cacheMike Frysinger2009-10-071-5/+5
* fix coding styleBernhard Reutner-Fischer2009-10-061-25/+16
* commentary typo fixBernhard Reutner-Fischer2009-10-061-2/+2
* trim whitespaceBernhard Reutner-Fischer2009-10-061-10/+10
* whitespace cleanupBernhard Reutner-Fischer2009-10-061-4/+4
* mips: fix typo in elfinterp.cAustin Foxley2009-10-041-1/+1
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-2624-148/+2239
* support building out-of-treeBernhard Reutner-Fischer2009-08-172-0/+4
* Blackfin: rename __dl_boot to __startMike Frysinger2009-07-232-11/+8
* Blackfin: fix incorrect attribute orderMike Frysinger2009-07-231-1/+2
* Blackfin: add elf_machine_load_address() stubMike Frysinger2009-07-231-0/+8
* ldso: fix building for FDPIC systemsMike Frysinger2009-07-231-1/+1
* silence warnings in Blackfin ldso codeMike Frysinger2009-07-233-3/+3
* Blackfin: add support for automatic loading of L2 SRAM regionsJie Zhang2009-07-231-17/+36
* fix building for systems w/out ldso supportMike Frysinger2009-07-201-0/+5
* Avoid type-punned pointers that break strict-aliasingRon2009-07-052-2/+5
* Move extern prototype out of function scopeRon2009-07-051-1/+2
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-06-013-14/+14
* for sparc v8 MAGIC1 was defined incorrectlyaustinf2009-04-111-1/+1
* sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldsoaustinf2009-04-111-1/+1
* Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)Khem Raj2009-04-091-3/+1
* The attached patches fixes the problems found bringing up uclibc on coldfire Khem Raj2009-04-093-9/+30
* Use __always_inline instead of __inline__Carmelo Amoroso2009-03-0511-38/+38
* - fix weak ssp symbol on some arches (Peter S. Mazinger)Bernhard Reutner-Fischer2009-02-231-8/+6
* Remove check for the relocation type check in the resolver,Carmelo Amoroso2009-01-2813-91/+0
* ldso: performs bootstrap relocations only if required by the arch.Carmelo Amoroso2009-01-1410-31/+69
* ldso: do not comment out unused variables, just delete it.Carmelo Amoroso2009-01-121-1/+0
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-111-2/+1
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-107-222/+222