about summary refs log tree commit diff
path: root/src/ldso/x32
Commit message (Collapse)AuthorAgeFilesLines
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-201-2/+2
| | | | | | the main motivation for this change is to aid in debugging. since the main program's entry point is also named _start, it was difficult to set breakpoints or quickly identify which _start execution stopped in.
* x32 port (diff against vanilla x86_64)rofl0r2014-02-231-7/+15
|
* import vanilla x86_64 code as x32rofl0r2014-02-232-0/+22