Subject: PR/32734 CVS commit: src/common/lib/libc/arch/arm/gen
To: None <port-arm-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: netbsd-bugs
Date: 02/04/2006 23:15:03
The following reply was made to PR port-arm/32734; it has been noted by GNATS.

From: "Valeriy E. Ushakov" <uwe@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32734 CVS commit: src/common/lib/libc/arch/arm/gen
Date: Sat,  4 Feb 2006 23:14:48 +0000 (UTC)

 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.