summaryrefslogtreecommitdiff
path: root/src/ldso/x32/start.s
AgeCommit message (Collapse)AuthorLines
2014-06-20rename dynamic linker entry point from _start to _dlstartRich Felker-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.
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-7/+15
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+16