summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* ldso: Fix compilation for x86_64 without TLS support.Will Newton2010-09-071-0/+2
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-273-3/+2
* ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono2010-07-261-1/+1
* ldso/arm: Correct protected symbol resolutionKhem Raj2010-07-211-2/+9
* ldso/mips: pltgot should array not address of array to dynamic info.Khem Raj2010-07-191-1/+1
* nptl: fix buildsysBernhard Reutner-Fischer2010-07-061-1/+1
* get rid of needless c99 constructAustin Foxley2010-06-211-2/+2
* ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj2010-06-021-2/+2
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-093-16/+45
* ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov2010-05-051-2/+2
* include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley2010-04-281-0/+1
* ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs2010-04-223-13/+22
* nptl: proper soname handlingNatanael Copa2010-04-222-4/+4
* ldso/i386: support protected symbolsJoakim Tjernlund2010-04-161-2/+8
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-141-0/+8
|\
| * ldso: Add config option for controlling LD_PRELOADCarmelo AMOROSO2010-04-141-0/+8
* | silence debug warningBernhard Reutner-Fischer2010-04-121-2/+6
* | whitespace cleanupBernhard Reutner-Fischer2010-04-121-5/+5
* | Merge remote branch 'origin/master' into nptlAustin Foxley2010-04-126-13/+6
|\|
| * silence warning about undefined preprocessor tokenBernhard Reutner-Fischer2010-04-125-6/+6
| * ldso_sh: Provide only one definition for elf_machine_type_classCarmelo Amoroso2010-04-111-7/+0
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-022-4/+4
|\|
| * prettify make cleanBernhard Reutner-Fischer2010-03-252-4/+4
* | x86_64: finish up tls reloc support in ldsoAustin Foxley2010-02-192-8/+28
* | Add missing libgcc_s.h header.Khem Raj2010-02-171-1/+0
* | ldso: fix USE_TLS checkAustin Foxley2010-02-111-1/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-051-0/+5
|\|
| * 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
* | 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-211-6/+14
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-12-231-1/+1
|\|
| * 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
* | check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-176-28/+28
* | ldso_tls: Refetch dtv from memory if THREAD_DTV has changedCarmelo Amoroso2009-12-031-1/+4
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-282-13/+14
|\|
| * 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
* | ldso: initialize stack_chk_guard after TLS is initializedNatanael Copa2009-11-271-13/+13
|/
* 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