summaryrefslogtreecommitdiff
path: root/lib/csu/i386/md_init.h
AgeCommit message (Expand)Author
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
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2016-08-07Teach i386 to pass &_DYNAMIC to _dl_boot_bind()Philip Guenther
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-22Self-relocation code for i386.Kurt Miller
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2012-12-23Explicitly align the stack on a 16-byte boundary such that constructors canMark Kettenis
2011-03-31Make sure everything run from .init and .fini sections gets a properly alignedMark Kettenis
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn