summaryrefslogtreecommitdiff
path: root/lib/csu/aarch64
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-22csu: Find the main pointer through the GOTAndrew Turner
2023-10-30csu: Teach csu about PAC and BTIAndrew Turner
2023-10-29dirdeps: Add missing dependency filesStephen J. Kiernan
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-07-07csu: Implement _start using as to satisfy unwinders on aarch64Dmitry Chagin
2023-07-07csu: Add the prologue and epilogue to the _init and _fini on aarch64Dmitry Chagin
2023-03-12csu: move common code to libcKonstantin Belousov
2021-08-23Add arm64 ifunc support in static binariesAndrew Turner
2020-07-03Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.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
2018-10-25Implement a BSD licensed crtbegin/crtendAndrew Turner
2018-10-13Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov
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-05-22Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isAndrew Turner
2016-01-13Remove the compat code to handle the kernel passing us an unalingedAndrew Turner
2015-12-08Remove historical GNUC testEd Maste
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-07-02Force the dynamic linker to resolve _end early so we pick up the correctAndrew Turner
2015-06-22Add a workaround to correctly align the stack before calling into C code.Andrew Turner
2015-03-19Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner