NetBSD/lib/csu/common_elf
christos 351fa65664 Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use:
-I${.CURDIR} and #include <dot_init.h>, since -I- is obsoleted in gcc-4,
and it is too confusing anyway.
2006-05-19 19:11:12 +00:00
..
common.c
common.h change __weak_extern to __weak_reference so that gcc4 works. 2006-05-18 17:54:19 +00:00
crtbegin.c Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
crtbeginS.c
crtend.c Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
crtendS.c
crti.c Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
crtn.c Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00
dot_init.h
dwarf2_eh.h
Makefile.inc with GCC4 we *need* to pass -fno-unit-at-a-time otherwise GCC 2006-05-13 01:40:34 +00:00