summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
2011-04-18dl-startup: fix typos in block commentKevin Cernekee
2011-04-18MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym...Maksim Rayskiy
2011-04-11Support dynamic assignment of DSBT_INDEXBernd Schmidt
2011-04-11Fix nommu handling of DT_TEXTRELBernd Schmidt
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-05Add sanity checks to ld.so DSBT supportMark Salter
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-05Add Makefile support for DSBT ELF.Bernd Schmidt bernds_cb1@t-online.de
2011-03-03Correct ssp codePeter S. Mazinger
2011-03-03syntax fixPeter S. Mazinger
2011-03-03initialize tls_tpnt to NULL on all archsPeter S. Mazinger
2011-03-03ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso
2011-01-29mips: avoid segmentation fault when RLD_MAP is 0Richard Braun
2011-01-20ldso: get rid of _dl_lookup_hashCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2011-01-20Revert "ldso/arm: Correct protected symbol resolution"Carmelo Amoroso
2011-01-20Revert "ldso_sh: add support for protected symbols to SH"Carmelo Amoroso
2011-01-20Revert "ldso/i386: support protected symbols"Carmelo Amoroso
2010-09-24ldso_sh: add support for protected symbols to SHSalvatore Cro
2010-09-07ldso: Fix compilation for x86_64 without TLS support.Will Newton
2010-07-27silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer
2010-07-21ldso/arm: Correct protected symbol resolutionKhem Raj
2010-07-19ldso/mips: pltgot should array not address of array to dynamic info.Khem Raj
2010-07-06nptl: fix buildsysBernhard Reutner-Fischer
2010-06-21get rid of needless c99 constructAustin Foxley
2010-06-02ldso/mips: Fix relocation parsing so that they work on both mips32/mips64Khem Raj
2010-05-09powerpc: Add TLS and NPTL supportKhem Raj
2010-05-05ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov
2010-04-22ldso: support RTLD_NODELETE and DF_1_NODELETETimo Teräs
2010-04-22nptl: proper soname handlingNatanael Copa
2010-04-16ldso/i386: support protected symbolsJoakim Tjernlund
2010-04-14Merge commit 'origin/master' into nptlAustin Foxley
2010-04-14ldso: Add config option for controlling LD_PRELOADCarmelo AMOROSO
2010-04-12silence debug warningBernhard Reutner-Fischer
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley
2010-04-12silence warning about undefined preprocessor tokenBernhard Reutner-Fischer
2010-04-11ldso_sh: Provide only one definition for elf_machine_type_classCarmelo Amoroso
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-19x86_64: finish up tls reloc support in ldsoAustin Foxley
2010-02-17Add missing libgcc_s.h header.Khem Raj
2010-01-25mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj
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-21mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...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-23Merge remote branch 'origin/master' into nptlAustin Foxley
2009-12-23Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf