NetBSD/lib/csu/common_elf
mrg 169832563d with GCC4 we *need* to pass -fno-unit-at-a-time otherwise GCC
reorders things breaking _init() and _fini().

for i386, the {init,fini}_fallthru() functions were being output
_before_ the _init()/ _fini(), and instead of falling through to
the rest of the .init/.fini section, it would fall through to
_init()/_fini() again, and again, and again, until the stack was
exhausted.

now i386 works, but i have not checked that this works for
sparc64 as well.
2006-05-13 01:40:34 +00:00
..
Makefile.inc with GCC4 we *need* to pass -fno-unit-at-a-time otherwise GCC 2006-05-13 01:40:34 +00:00
common.c bare asm -> __asm 2005-12-24 22:45:33 +00:00
common.h
crtbegin.c
crtbeginS.c
crtend.c
crtendS.c
crti.c
crtn.c
dot_init.h
dwarf2_eh.h