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