aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/mips
Commit message (Expand)AuthorAgeFilesLines
* mips !o32: fix csu buildKyle Evans2020-01-031-2/+2
* mips: csu: fix compilation w/ LLVMKyle Evans2020-01-031-2/+7
* mips: remove 16-byte alignment from .init and .fini epiloguesEd Maste2019-05-201-2/+0
* Mark the function called by the MIPS .init/.fini sequence with .local.Andrew Turner2018-11-231-0/+2
* Add the (untested) mips and sparc64 .init call sequences.Andrew Turner2018-11-071-0/+20
* Build the csu tests on all architectures.Andrew Turner2018-10-301-0/+31
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-0/+1
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Don't include GNU object attributes when building with clang.John Baldwin2017-08-302-0/+4
* Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin2017-04-071-3/+3
* Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper2017-01-201-3/+3
* Make MIPS startup assembly files use neutral float ABI.Alexander Kabaev2016-11-162-0/+2
* Remove historical GNUC testEd Maste2015-12-081-4/+0
* META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* Fix installation of 32bit libraries after r288074.Bryan Drewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-5/+5
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+16
|\
| * Sync with HEAD.David E. O'Brien2013-02-081-3/+1
| |\ | |/ |/|
| * Sync from headSimon J. Gerraty2012-11-041-0/+15
* | Only assign the environ in the startup code when environ is NULL.Konstantin Belousov2013-01-071-3/+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-25/+9
* - Remove one more no-op #ifndefOleksandr Tymoshenko2012-03-061-2/+0
* - Remove NOSHARED parts since it seems to be no-opOleksandr Tymoshenko2012-03-061-4/+3
* Whitespace nitWarner Losh2011-02-011-1/+1
* Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric2011-01-131-4/+23
* Fix spelling of noreorder.Juli Mallett2010-03-131-1/+1
* Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein2010-03-052-6/+3
* Properly declare non-extern functions in crt1Ulrich Spörlein2010-03-051-0/+2
* Use ABI neutral macrosaWarner Losh2010-03-032-29/+51
* __main and __gccmain are no longer required, so eliminate them.Warner Losh2010-03-031-3/+0
* 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
* Bring C runtime bits for FreeBSD/mips from p4 mips2-jnpr branch.Oleksandr Tymoshenko2008-05-034-0/+191