summaryrefslogtreecommitdiffstats
path: root/lib/csu/arm
Commit message (Expand)AuthorAgeFilesLines
* MFC r312452-r312512:ngie2017-02-101-3/+3
* Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler toandrew2016-01-101-2/+3
* Remove historical GNUC testemaste2015-12-081-6/+0
* Annotate arm userspace assembler sources stating their tolerance tokib2015-09-292-0/+3
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.bdrewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.bdrewery2015-09-251-2/+0
* Fix installation of 32bit libraries after r288074.bdrewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.bdrewery2015-09-211-5/+5
* Add META_MODE support.sjg2015-06-131-0/+16
|\
| * Merge headsjg2014-04-271-1/+1
| |\ | |/ |/|
| * Merge head@256284sjg2013-10-131-0/+14
| |\
| * \ Sync with HEAD.obrien2013-02-081-4/+1
| |\ \
| * | | Sync from headsjg2012-11-041-0/+15
* | | | Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It cancognet2013-10-271-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
|/
* After r217375, some startup objects under lib/csu are built in a specialdim2012-04-201-3/+3
* Stop calling _init/_fini methods from crt1 for dynamic binaries. Dokib2012-03-112-23/+8
* Apply a workaround for a binutils issue with the .note.ABI-tag sectiondim2011-01-131-4/+23
* Let all .c and .S files under lib/csu consistently use the __FBSDID()dim2010-12-092-3/+4
* Use default WARNS setting (of 6) for lib/csu.uqs2010-03-051-4/+1
* Properly declare non-extern functions in crt1uqs2010-03-051-0/+3
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Properly support -fPIE by linking PIE binaries with specially-builtkib2009-12-021-1/+4
* Implement .init and .fini.cognet2004-09-233-8/+27
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+2
* C runtime support for FreeBSD/arm.cognet2004-05-144-0/+169
OpenPOWER on IntegriCloud