summaryrefslogtreecommitdiff
path: root/ldso/ldso/x86_64
AgeCommit message (Collapse)Author
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-09-21__set_errno must be redefined after #include "sys/syscall.h".Joakim Tjernlund
syscall.h should not have it's own version of __set_errno, instead syscall.h should include errno.h(see powerpc) since errno handling depends on threads/no threads. I leave the the fixing of syscall.h since there might be some smaller compile problems.
2005-08-18use generic ELF wrappersMike Frysinger
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific ↵Mike Frysinger
dl-syscalls.h
2005-07-14a [mostly working] elfinterp.c based on i386 / glibcMike Frysinger
2005-07-14remove unused instructionsMike Frysinger
2005-07-11dont use void* when we know the type of pointer we wantMike Frysinger
2005-07-08err, x86_64 is RELA, not RELMike Frysinger
2005-07-08fix GET_ARGV() so it pulls out the argc/argv/envp properlyMike Frysinger
2005-07-07remove broken asm code in elf_machine_dynamic() and just do it the glibc way ↵Mike Frysinger
(since it works)
2005-07-07rip out all the duplicated debug code and move into a shared fileMike Frysinger
2005-07-06import start of ldso based on glibcMike Frysinger