Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for init/finit (constructors and destructors) | Rich Felker | 2012-02-06 | 1 | -2/+6 |
| | | | | | | | | | | this is mainly in hopes of supporting c++ (not yet possible for other reasons) but will also help applications/libraries which use (and more often, abuse) the gcc __attribute__((__constructor__)) feature in "C" code. x86_64 and arm versions of the new startup asm are untested and may have minor problems. | ||||
* | cleanup comment cruft in startup code | Rich Felker | 2011-02-21 | 1 | -1/+0 |
| | |||||
* | make startup code PIE-compatible | Rich Felker | 2011-02-21 | 1 | -2/+4 |
| | |||||
* | shave off 2 bytes from crt1.o _start | Rich Felker | 2011-02-20 | 1 | -2/+2 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+17 |