about summary refs log tree commit diff
path: root/crt/i386
Commit message (Expand)AuthorAgeFilesLines
* remove hand-written crt1.s and Scrt1.s files for all archsRich Felker2015-10-142-43/+0
* align stack properly for calling global ctors/dtors on x86[_64]Rich Felker2013-06-032-0/+4
* consistency cleanup: removed redundant size suffixed from i386 asmRich Felker2012-05-022-22/+22
* PIE support for i386Rich Felker2012-05-021-0/+24
* remove attempts to be pie-compatible from i386 crt1.sRich Felker2012-05-021-6/+3
* add support for init/finit (constructors and destructors)Rich Felker2012-02-063-2/+18
* cleanup comment cruft in startup codeRich Felker2011-02-211-1/+0
* make startup code PIE-compatibleRich Felker2011-02-211-2/+4
* shave off 2 bytes from crt1.o _startRich Felker2011-02-201-2/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+17