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

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

Log Message:
Define htonl &co as alternative names to bswap only if little endian.
I'm not sure if idempotent versions need to be defined for big endian,
as the man page says in that case they are defined idempotent macros.

PR port-arm/32734


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

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