summaryrefslogtreecommitdiff
path: root/ldso/ldso/x86_64/dl-startup.h
AgeCommit message (Collapse)Author
2007-07-29Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko
from i386 and x86_64.
2006-01-24- use keywords __asm__ and __inline__ c99.Bernhard Reutner-Fischer
2006-01-17since just about everyone uses return _dl_elf_main for START() now, make it ↵Mike Frysinger
the default
2005-08-18use generic ELF wrappersMike Frysinger
2005-07-14remove unused instructionsMike Frysinger
2005-07-08fix GET_ARGV() so it pulls out the argc/argv/envp properlyMike Frysinger
2005-07-06import start of ldso based on glibcMike Frysinger