summaryrefslogtreecommitdiff
path: root/ldso
AgeCommit message (Expand)Author
2011-11-07ldso: support RTLD_NOLOADTimo Teräs
2011-10-25ldso: let people disable to lookup into LD_LIBRARY_PATHCarmelo Amoroso
2011-10-25ldso: minor fixes to implicit search pathCarmelo Amoroso
2011-10-25ldso: disable the implicit path search in stand-alone mode as wellCarmelo Amoroso
2011-10-19libdl: remove _dl_ldsopath from libdl.aCarmelo Amoroso
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-10-06ldso: unify pread syscall definitionMike Frysinger
2011-10-06ldso: bfin/frv: drop dead simulator codeMike Frysinger
2011-10-06ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-10-01ldso: x86_64: delete unused variableMike Frysinger
2011-10-01ldso: constify reloc array itselfMike Frysinger
2011-08-26ldso: fix build with PRELINK enabled and !TLSCarmelo Amoroso
2011-08-26ldso: add missing includeBernhard Reutner-Fischer
2011-07-27ldso/mips: Clean up warningsKevin Cernekee
2011-07-27ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee
2011-07-27ldso/mips: Enable bootstrap relocationsKevin Cernekee
2011-07-25libdl: add option for controlling dl_cleanupRichard Braun
2011-07-12ldso: fix build error due to missing variable 'st'Douglas Mencken
2011-07-07x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__Khem Raj
2011-07-01ldso: arm: fix build when prelinking is enabled.Carmelo Amoroso
2011-06-24Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-06-24ldso_tls: fix compiler warning due to missing castCarmelo Amoroso
2011-06-14libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer
2011-06-11ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN
2011-05-27Correct a bug when remapping textrel segments on nommuAlan Davis
2011-05-11x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer
2011-05-10ldso: commentary typo fixBernhard Reutner-Fischer
2011-05-10libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-05-03x86_64: silence warning if !TLSBernhard Reutner-Fischer
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-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-09remove trailing ';' from _syscallX()Peter S. Mazinger
2011-03-07ldso: use ADDR_ALIGN instead of hard-coded valueCarmelo Amoroso
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-02-03Merge remote branch 'origin/master' into prelinkCarmelo Amoroso