NetBSD/common/lib/libc/arch
tsutsui d5f01723d6 Don't redefine _LOCORE if it's already defined.
Some Makefiles for standalone programs already have it.

XXX Old src/sys/lib/libkern/arch/mips/memcpy.S had some #ifdef MIPS3_5900
XXX which added some extra nops, but this new common bcopy.S doesn't.
2005-12-27 11:23:53 +00:00
..
alpha make alpha kernel buildable again. 2005-12-27 09:22:08 +00:00
arm
i386 don't rename bswap{16,32} if defined(_KERNEL) || defined(_STANDALONE). 2005-12-27 09:38:11 +00:00
m68k
mips Don't redefine _LOCORE if it's already defined. 2005-12-27 11:23:53 +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