NetBSD/lib/csu/i386_elf
thorpej 6dba3a7439 Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific
things like the .note.netbsd.ident section are provided by crti/crtn.
crti/crtn also provide the _init() and _fini() routines.

crtbegin/crtend now only provide support for ctors/dtors.  This paves
the way to using the "crtstuff" provided with GCC (when we upgrade to
GCC 3.3), which provides, among other things, much better C++/Java
exception handling.
2002-11-22 06:44:56 +00:00
..
Makefile Enable the new (working) .init/.fini magic. 2001-07-17 03:56:48 +00:00
crt0.c Don't use multi-line string literals; they're not supported by ANSI C. 2001-12-30 23:23:38 +00:00
dot_init.h Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00