summaryrefslogtreecommitdiff
path: root/lib/csu/i386_elf
AgeCommit message (Expand)Author
2003-07-26netbsd.org->NetBSD.orgsalo
2002-11-22Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specificthorpej
2002-01-14don't include <machine/asm.h> to avoid conflicts with definitionsdrochner
2001-12-30Don't use multi-line string literals; they're not supported by ANSI C.thorpej
2001-07-17Enable the new (working) .init/.fini magic.thorpej
2001-05-11Reorganization of crtbegin/crtend.ross
2000-06-14sweep of my licenses for consistency. (no functional changes) Thesecgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
1999-11-02remove the ``static'' from `static void __start()' and `static void ___start()'lukem
1999-08-23Bump _start() alignment to 4 bytes.kleink
1999-07-07Add _start (as well as __start). It's the default start symbol expectedfvdl
1999-03-20Pull together common Makefile fragments for ELF crt0 files, and use itthorpej
1999-03-20Collect the top parts of the ELF crt0.c files into a common header, andthorpej
1999-03-19Put a good chunk of code common to all ELF crt0.c files into a commonthorpej
1999-03-19Move crtbegin.c and crtend.c from alpha subdir to common_elf subdir viathorpej
1999-03-08s/rtld_setup/_rtld_setup/ to move it out of the user's name space.kleink
1999-01-11Remove debugging code and unused variable.christos
1999-01-10Don't use %eaxchristos
1999-01-10First pass at csu stuff for i386/elf.christos