summaryrefslogtreecommitdiff
path: root/lib/csu/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r312455:Enji Cooper2017-02-111-3/+3
* MFC r292000: Remove historical GNUC testEd Maste2016-05-201-6/+0
* MFC 257233: Use size of the MACHINE_ARCH string instead of sizeof(uint32_t).Ian Lepore2014-05-181-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
* After r217375, some startup objects under lib/csu are built in a specialDimitry Andric2012-04-201-3/+3
* Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov2012-03-112-23/+8
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-4/+23
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-092-3/+4
* Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein2010-03-051-4/+1
* Properly declare non-extern functions in crt1Ulrich Spörlein2010-03-051-0/+3
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov2009-12-021-1/+4
* Implement .init and .fini.Olivier Houchard2004-09-233-8/+27
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* C runtime support for FreeBSD/arm.Olivier Houchard2004-05-144-0/+169