Subject: CVS commit: src/common/lib/libc/arch/mips/gen
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 02/08/2006 21:52:36
Module Name:	src
Committed By:	simonb
Date:		Wed Feb  8 21:52:36 UTC 2006

Modified Files:
	src/common/lib/libc/arch/mips/gen: byte_swap_2.S byte_swap_4.S

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/common/lib/libc/arch/mips/gen/byte_swap_2.S \
    src/common/lib/libc/arch/mips/gen/byte_swap_4.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.