aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/arm/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It canOlivier Houchard2013-10-271-1/+1
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtAndrew Turner2013-09-261-0/+14
* Only assign the environ in the startup code when environ is NULL.Konstantin Belousov2013-01-071-4/+1
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-111-20/+5
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-091-3/+3
* Properly declare non-extern functions in crt1Ulrich Spörlein2010-03-051-0/+3
* Implement .init and .fini.Olivier Houchard2004-09-231-4/+2
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* C runtime support for FreeBSD/arm.Olivier Houchard2004-05-141-0/+137