Subject: CVS commit: src/common/lib/libc/arch
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 02/04/2006 21:53:31
Module Name:	src
Committed By:	uwe
Date:		Sat Feb  4 21:53:31 UTC 2006

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

Log Message:
libc wants __bswapNN, kernel wants bswapNN.  That was not accounted
for during the merge of kernel and libc versions.  Fix to match
e.g. i386 code.


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

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