Subject: CVS commit: src/common/lib/libc/arch/i386/gen
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/27/2005 09:38:11
Module Name:	src
Committed By:	yamt
Date:		Tue Dec 27 09:38:11 UTC 2005

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

Log Message:
don't rename bswap{16,32} if defined(_KERNEL) || defined(_STANDALONE).
(they are hidden by gcc-optimized versions, though.)


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

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