Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-20 | rename dynamic linker entry point from _start to _dlstart | Rich Felker | 1 | -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-23 | x32 port (diff against vanilla x86_64) | rofl0r | 1 | -7/+15 | |
2014-02-23 | import vanilla x86_64 code as x32 | rofl0r | 2 | -0/+22 | |