summaryrefslogtreecommitdiff
path: root/src/ldso
AgeCommit message (Expand)AuthorFilesLines
2011-06-19make ldso asm more uniform with rest of codebase (no unnecessary suffixes)Rich Felker1-12/+12
2011-06-19x86_64: ensure that dtor pointer passed to app is 0 so it won't be usedRich Felker1-0/+1
2011-06-18dynamic linker 64bit fix: hash table entries are always 32bitRich Felker1-2/+2
2011-06-18experimental dynamic linker!Rich Felker3-0/+412
2011-02-24various changes in preparation for dynamic linking supportRich Felker1-0/+8