summaryrefslogtreecommitdiff
path: root/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-02-21ldso: fix fdpic buildsMike Frysinger
2011-02-14ldso: remove now unused variableBernhard Reutner-Fischer
2011-02-11Fix memory leak in dlopen()/dlclose().Philip Craig
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-11-24Revert "ldso: silence warning about unused tls var if !tls"Bernhard Reutner-Fischer
2010-11-24ldso: silence warning about unused tls var if !tlsBernhard Reutner-Fischer
2010-11-02ldso/include/dl-hash.h: suppress compiler warning. no code changesDenys Vlasenko
2010-09-24ldso_sh: add support for protected symbols to SHSalvatore Cro
2010-09-15ldso: Do not adjust dynamic section entries unnecessarilyFilippo Arcidiacono
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-26ldso: Fix DL_BOOT_COMPUTE_DYN macroFilippo Arcidiacono
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-28include dlfcn.h in ldso.h to get RTLD_NODELETE definitionAustin Foxley
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-12whitespace cleanupBernhard 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