NetBSD/lib/csu/powerpc
ross 7e22c74b0c Nothing from <machine/asm.h> is even used here, so don't include it.
This was the only place in the system where asm.h contents were seen
by the compiler and hence the only reason why asm.h had to conform
to C syntax. This previously limited asm.h to a cpp constructs and
comments.
2006-07-07 19:57:29 +00:00
..
crt0.c change __weak_extern to __weak_reference so that gcc4 works. 2006-05-18 17:54:19 +00:00
dot_init.h Nothing from <machine/asm.h> is even used here, so don't include it. 2006-07-07 19:57:29 +00:00
Makefile Instead of using -I- -I${.CURDIR} and #include "dot_init.h", use: 2006-05-19 19:11:12 +00:00