summaryrefslogtreecommitdiffstats
path: root/ldso
Commit message (Expand)AuthorAgeFilesLines
* ldso/mips: fix symbol lookup for JUMP_SLOT and COPY relocationsCarmelo Amoroso2012-01-231-1/+3
* libdl: fix dlclose handling of symbol scopeCarmelo Amoroso2012-01-231-12/+21
* mips/libdl: Apply relocations after appending the new scopeKhem Raj2012-01-231-5/+6
* buildsys: cache build flags in varsMike Frysinger2012-01-141-1/+3
* ldso: setup search path even when there are no "/"Mike Frysinger2012-01-021-3/+15
* ldso: simplify interp path search logicMike Frysinger2012-01-022-31/+28
* libdl: rudimentary locking for dlopen/dlsym/dlcloseTimo Teräs2011-12-221-5/+49
* ldso: bfin: fix sram_flags initMike Frysinger2011-11-271-1/+1
* ldso: bfin: shrink sram mapping funcMike Frysinger2011-11-271-21/+15
* ldso: fdpic: clean up styleMike Frysinger2011-11-272-507/+495
* ldso: fdpic: unify duplicate bfin/frv logicMike Frysinger2011-11-278-1214/+626
* ldso: use __func__ rather than __FUNCTION__Mike Frysinger2011-11-273-3/+3
* libdl: fix size parameter when unmap library in dlcloseFilippo Arcidiacono2011-11-231-2/+6
* ldso: support RTLD_NOLOADTimo Teräs2011-11-074-20/+31
* ldso: let people disable to lookup into LD_LIBRARY_PATHCarmelo Amoroso2011-10-253-2/+13
* ldso: minor fixes to implicit search pathCarmelo Amoroso2011-10-252-1/+3
* ldso: disable the implicit path search in stand-alone mode as wellCarmelo Amoroso2011-10-251-9/+13
* libdl: remove _dl_ldsopath from libdl.aCarmelo Amoroso2011-10-192-3/+2
* ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer2011-10-1413-13/+26
* ldso: unify pread syscall definitionMike Frysinger2011-10-064-46/+24
* ldso: bfin/frv: drop dead simulator codeMike Frysinger2011-10-062-304/+0
* ldso: merge duplicate dl-syscalls.h code to common headerMike Frysinger2011-10-0617-101/+17
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-067-1/+630
* ldso: x86_64: delete unused variableMike Frysinger2011-10-011-2/+0
* ldso: constify reloc array itselfMike Frysinger2011-10-0115-15/+15
* ldso: fix build with PRELINK enabled and !TLSCarmelo Amoroso2011-08-261-0/+2
* ldso: add missing includeBernhard Reutner-Fischer2011-08-261-0/+1
* ldso/mips: Clean up warningsKevin Cernekee2011-07-271-1/+4
* ldso/mips: dlsym() incorrectly matches undefined symbolsKevin Cernekee2011-07-272-0/+7
* ldso/mips: Enable bootstrap relocationsKevin Cernekee2011-07-271-1/+1
* libdl: add option for controlling dl_cleanupRichard Braun2011-07-252-1/+7
* ldso: fix build error due to missing variable 'st'Douglas Mencken2011-07-121-0/+1
* x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__Khem Raj2011-07-071-1/+4
* ldso: arm: fix build when prelinking is enabled.Carmelo Amoroso2011-07-011-3/+4
* Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-06-246-5/+28
|\
| * ldso_tls: fix compiler warning due to missing castCarmelo Amoroso2011-06-241-1/+1
| * libdl: search for ELF_RTYPE_CLASS_DLSYM in dlsym()Bernhard Reutner-Fischer2011-06-141-1/+1
| * ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN2011-06-111-0/+1
| * Correct a bug when remapping textrel segments on nommuAlan Davis2011-05-271-0/+3
| * x86_64: add TODO for R_X86_64_RELATIVEBernhard Reutner-Fischer2011-05-111-0/+3
| * ldso: commentary typo fixBernhard Reutner-Fischer2011-05-101-1/+1
| * libdl: fix local symbol's address handling in dladdrFilippo Arcidiacono2011-05-102-2/+18
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-05-0413-174/+301
|\|
| * x86_64: silence warning if !TLSBernhard Reutner-Fischer2011-05-031-1/+7
| * dl-startup: fix typos in block commentKevin Cernekee2011-04-181-8/+8
| * MIPS LDSO: pass sym_ref parameter to _dl_find_hash() to support PROTECTED sym...Maksim Rayskiy2011-04-181-1/+4
| * Support dynamic assignment of DSBT_INDEXBernd Schmidt2011-04-112-6/+34
| * Fix nommu handling of DT_TEXTRELBernd Schmidt2011-04-119-158/+248
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-04-0619-23/+948
|\|
| * remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-092-7/+7