NetBSD/sys/arch/pc532
thorpej 86490156db Don't make _mcount static; it's already out of the user's namespace,
and doing so causes some versions of GCC to warn about "static function
prototype, but function not defined".
2002-06-05 15:14:16 +00:00
..
compile
conf Add the INCLUDE_CONFIG_FILE option to all config files. In config 2002-04-25 15:06:20 +00:00
dev Add an empty statement after a goto label to keep gcc-current happy. 2002-05-25 03:45:12 +00:00
fpu Fix previous so that the constants are outside of the #ifdefs such that 2002-05-26 07:37:08 +00:00
include Don't make _mcount static; it's already out of the user's namespace, 2002-06-05 15:14:16 +00:00
pc532 Need to include <machine/intr.h> here with old native toolchain; not sure 2002-05-28 10:11:26 +00:00
stand
Makefile
To.Do