NetBSD/lib/csu/common_elf
ross 520b9c1f59 * remove .ALLSRC, which doesn't work with the new dependency tree
replaced mostly with .IMPSRC, so add .c wrappers for variant .o names

* any machine with a shared crt0.c that also uses common_elf (I didn't see
  any) will now need a reachover wrapper in .CURDIR a la crtbeginS.c

this should fix the build breakage
2003-03-19 04:31:41 +00:00
..
common.c __syscall takes a quad_t as its first argument, not an int. 2000-07-03 23:01:01 +00:00
common.h __syscall takes a quad_t as its first argument, not an int. 2000-07-03 23:01:01 +00:00
crtbegin.c Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00
crtbeginS.c * remove .ALLSRC, which doesn't work with the new dependency tree 2003-03-19 04:31:41 +00:00
crtend.c Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00
crtendS.c * remove .ALLSRC, which doesn't work with the new dependency tree 2003-03-19 04:31:41 +00:00
crti.c Oops, the _init() and _fini() entry points need to be in the .init 2002-11-23 17:21:22 +00:00
crtn.c Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specific 2002-11-22 06:44:56 +00:00
dot_init.h Reorganization of crtbegin/crtend. 2001-05-11 22:44:14 +00:00
dwarf2_eh.h Add support for DWARF2 frame unwinding/exception handling. This 2001-08-03 05:54:43 +00:00
Makefile.inc * remove .ALLSRC, which doesn't work with the new dependency tree 2003-03-19 04:31:41 +00:00