NetBSD/common/lib/libc/arch
simonb 1ee1a1e6e2 Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined,
instead of just if _KERNEL was defined.
Fixes sbmips bootblocks build problems.
Thanks to Valeriy Ushakov for showing me where the problem was.
2006-02-08 21:52:36 +00:00
..
alpha make alpha kernel buildable again. 2005-12-27 09:22:08 +00:00
arm Define htonl &co as alternative names to bswap only if little endian. 2006-02-04 23:14:48 +00:00
i386 don't rename bswap{16,32} if defined(_KERNEL) || defined(_STANDALONE). 2005-12-27 09:38:11 +00:00
m68k fix the mc68010 case. 2006-01-13 16:07:59 +00:00
mips Don't rename bswap{16,32} if either _KERNEL or _STANDALONE are defined, 2006-02-08 21:52:36 +00:00
ns32k
powerpc/string Fix PR 32363 by defining _NOREGNAMES. 2005-12-23 10:04:51 +00:00
sh3 move from libc. 2005-12-22 01:25:12 +00:00
sh5/string
sparc
sparc64
vax Don't include "DEFS.h" when <machine/asm.h> is enough. 2005-12-24 08:33:32 +00:00
x86_64 libc wants __bswapNN, kernel wants bswapNN. That was not accounted 2006-02-04 21:53:31 +00:00