Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2015-10-14 | remove hand-written crt1.s and Scrt1.s files for all archs | Rich Felker | -43/+0 |
2013-06-03 | align stack properly for calling global ctors/dtors on x86[_64] | Rich Felker | -0/+4 |
2012-05-02 | consistency cleanup: removed redundant size suffixed from i386 asm | Rich Felker | -22/+22 |
2012-05-02 | PIE support for i386 | Rich Felker | -0/+24 |
2012-05-02 | remove attempts to be pie-compatible from i386 crt1.s | Rich Felker | -6/+3 |
2012-02-06 | add support for init/finit (constructors and destructors) | Rich Felker | -2/+18 |
2011-02-21 | cleanup comment cruft in startup code | Rich Felker | -1/+0 |
2011-02-21 | make startup code PIE-compatible | Rich Felker | -2/+4 |
2011-02-20 | shave off 2 bytes from crt1.o _start | Rich Felker | -2/+2 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+17 |