summaryrefslogtreecommitdiffstats
path: root/lib/csu/arm/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r292000: Remove historical GNUC testemaste2016-05-201-6/+0
* MFC 257233: Use size of the MACHINE_ARCH string instead of sizeof(uint32_t).ian2014-05-181-1/+1
* Add an elf note on ARM to store the MACHINE_ARCH an executable was builtandrew2013-09-261-0/+14
* Only assign the environ in the startup code when environ is NULL.kib2013-01-071-4/+1
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-111-20/+5
* Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-091-3/+3
* Properly declare non-extern functions in crt1uqs2010-03-051-0/+3
* Implement .init and .fini.cognet2004-09-231-4/+2
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+2
* C runtime support for FreeBSD/arm.cognet2004-05-141-0/+137
OpenPOWER on IntegriCloud