about summary refs log tree commit diff
path: root/src/ldso
Commit message (Expand)AuthorAgeFilesLines
* make ldso asm more uniform with rest of codebase (no unnecessary suffixes)Rich Felker2011-06-191-12/+12
* x86_64: ensure that dtor pointer passed to app is 0 so it won't be usedRich Felker2011-06-191-0/+1
* dynamic linker 64bit fix: hash table entries are always 32bitRich Felker2011-06-181-2/+2
* experimental dynamic linker!Rich Felker2011-06-183-0/+412
* various changes in preparation for dynamic linking supportRich Felker2011-02-241-0/+8