summaryrefslogtreecommitdiff
path: root/ldso/ldso/x86_64/elfinterp.c
AgeCommit message (Expand)Author
2017-06-21remove the not useful disclaimerWaldemar Brodkorb
2017-01-14ldso: do not resolve relocations for debug, dig them up when debuggingWaldemar Brodkorb
2011-10-14ldso: silence harmless warning for !LDSO_PRELINK_SUPPORTBernhard Reutner-Fischer
2011-10-01ldso: x86_64: delete unused variableMike Frysinger
2011-07-07x86_64/elfinterp.c: Protect missed debug _dl_printf with __SUPPORT_LD_DEBUG__Khem Raj
2011-05-04Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-05-03x86_64: silence warning if !TLSBernhard Reutner-Fischer
2011-04-06Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso
2011-03-03initialize tls_tpnt to NULL on all archsPeter S. Mazinger
2011-01-21Merge remote branch 'origin/master' into prelinkCarmelo Amoroso
2011-01-20Add protected symbols support for all architecturesSalvatore Cro
2010-10-11ldso: Extend prelink support for all other achitecturesFilippo Arcidiacono
2010-09-07ldso: Fix compilation for x86_64 without TLS support.Will Newton
2010-05-05ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocationsRoman I Khimov
2010-02-19x86_64: finish up tls reloc support in ldsoAustin Foxley
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-01-28Remove check for the relocation type check in the resolver,Carmelo Amoroso
2006-06-19eat extraneous ; and insert some whitespace where it belongsMike Frysinger
2006-01-10support a few more relocation typesMike Frysinger
2006-01-08patch by Jocke to fix up lazy relocationMike Frysinger
2005-11-21Partly undo earlier patch on vapier's requestPeter S. Mazinger
2005-11-21Guard debug_sym/debug_reloc, make sure elfinterp.c sees __SUPPORT_LD_DEBUG__Peter S. Mazinger
2005-07-14a [mostly working] elfinterp.c based on i386 / glibcMike Frysinger