aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* csu: Find the main pointer through the GOTAndrew Turner2024-05-221-2/+2
* csu: Teach csu about PAC and BTIAndrew Turner2023-10-303-0/+15
* dirdeps: Add missing dependency filesStephen J. Kiernan2023-10-291-0/+11
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+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: Implement _start using as to satisfy unwinders on aarch64Dmitry Chagin2023-07-073-17/+25
* csu: Add the prologue and epilogue to the _init and _fini on aarch64Dmitry Chagin2023-07-072-8/+6
* csu: move common code to libcKonstantin Belousov2023-03-113-75/+5
* Add arm64 ifunc support in static binariesAndrew Turner2021-08-233-2/+51
* Consolidate duplicated logic in csu Makefiles to lib/csu/Makefile.inc.John Baldwin2020-07-031-30/+1
* 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-9/+7
* Remove the sed hack for ABI tag notes.John Baldwin2020-06-153-37/+60
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+2
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-131-0/+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
* Stop dereferencing _end in crt1.c. This was only needed for brk/sbrk so isAndrew Turner2016-05-221-10/+1
* Remove the compat code to handle the kernel passing us an unalingedAndrew Turner2016-01-131-5/+1
* Remove historical GNUC testEd Maste2015-12-081-6/+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
* Force the dynamic linker to resolve _end early so we pick up the correctAndrew Turner2015-07-021-1/+12
* Add a workaround to correctly align the stack before calling into C code.Andrew Turner2015-06-221-3/+7
* Start to import support for the AArch64 architecture from ARM. This changeAndrew Turner2015-03-194-0/+225