summaryrefslogtreecommitdiff
path: root/lib/csu/arm
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-03-12csu: move common code to libcKonstantin Belousov
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin
2020-06-29Stop using STATIC_CFLAGS.John Baldwin
2020-06-26Only include object files from .ALLSRC when linking crt1 objects.John Baldwin
2020-06-24Always compile the brand and ignore init ELF notes standalone.John Baldwin
2020-06-15Remove the sed hack for ABI tag notes.John Baldwin
2020-03-10Remove -mlong-calls vhen building arm libraries and llvm.Dimitry Andric
2018-10-30Build the csu tests on all architectures.Andrew Turner
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
2018-10-04crt: switch to standard note type definitions from elf_common.hEd Maste
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-29Update several more URLsEitan Adler
2017-04-07Rework r234502 to include a modified CFLAGS along with ACFLAGS.John Baldwin
2017-01-20Use SRCTOP-relative paths and .CURDIR with :H instead of ".." specified pathsEnji Cooper
2016-01-10Use -mlong-calls to build crt1.o and gcrt1.o. This tells the compiler toAndrew Turner
2015-12-08Remove historical GNUC testEd Maste
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-09-25META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-09-21Fix installation of 32bit libraries after r288074.Bryan Drewery
2015-09-21Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2014-04-27Merge headSimon J. Gerraty
2013-10-27Use the size of the MACHINE_ARCH string instead of sizeof(uint32_t). It canOlivier Houchard
2013-10-13Merge head@256284Simon J. Gerraty
2013-09-26Add an elf note on ARM to store the MACHINE_ARCH an executable was builtAndrew Turner
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-07Only assign the environ in the startup code when environ is NULL.Konstantin Belousov
2012-11-04Sync from headSimon J. Gerraty
2012-04-20After r217375, some startup objects under lib/csu are built in a specialDimitry Andric
2012-03-11Stop calling _init/_fini methods from crt1 for dynamic binaries. DoKonstantin Belousov
2011-01-13Apply a workaround for a binutils issue with the .note.ABI-tag sectionDimitry Andric
2010-12-09Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric
2010-03-05Use default WARNS setting (of 6) for lib/csu.Ulrich Spörlein
2010-03-05Properly declare non-extern functions in crt1Ulrich Spörlein
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-12-02Properly support -fPIE by linking PIE binaries with specially-builtKonstantin Belousov
2004-09-23Implement .init and .fini.Olivier Houchard
2004-08-15Add support for TLS in statically linked programs.Doug Rabson
2004-05-14C runtime support for FreeBSD/arm.Olivier Houchard