aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* csu: move common code to libcKonstantin Belousov2023-03-112-26/+7
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-33/+1
* Stop using STATIC_CFLAGS.John Baldwin2020-06-291-2/+2
* Only include object files from .ALLSRC when linking crt1 objects.John Baldwin2020-06-261-3/+3
* Always compile the brand and ignore init ELF notes standalone.John Baldwin2020-06-242-8/+10
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-153-57/+93
* Remove -mlong-calls vhen building arm libraries and llvm.Dimitry Andric2020-03-101-1/+0
* Build the csu tests on all architectures.Andrew Turner2018-10-301-0/+2
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-0/+1
* crt: switch to standard note type definitions from elf_common.hEd Maste2018-10-041-1/+3
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Update several more URLsEitan Adler2017-10-291-1/+1
* 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
* Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler toAndrew Turner2016-01-101-2/+3
* Remove historical GNUC testEd Maste2015-12-081-6/+0
* Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov2015-09-292-0/+3
* 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
|\
| * Merge headSimon J. Gerraty2014-04-271-1/+1
| |\ | |/ |/|
| * Merge head@256284Simon J. Gerraty2013-10-131-0/+14
| |\
| * \ Sync with HEAD.David E. O'Brien2013-02-081-4/+1
| |\ \
| * | | Sync from headSimon J. Gerraty2012-11-041-0/+15
* | | | 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
|/
* 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