summaryrefslogtreecommitdiff
path: root/lib/csu/amd64/md_init.h
AgeCommit message (Expand)Author
2023-11-18crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather thanTheo de Raadt
2023-04-25Add missing endbr64 instructions as required. Verified as neccessary withTheo de Raadt
2023-04-25placing .align after the function start is crazy. other things are ensuringTheo de Raadt
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2014-12-22Introduce new csu0 variant for -static -pie binaries to use calledKurt Miller
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2011-03-30Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2004-01-28things for amd64; from art@Michael Shalayeff