Subject: CVS commit: syssrc/sys/arch/arm/include
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/14/2002 18:08:58
Module Name:	syssrc
Committed By:	thorpej
Date:		Wed Aug 14 15:08:58 UTC 2002

Modified Files:
	syssrc/sys/arch/arm/include: bswap.h byte_swap.h endian_machdep.h

Log Message:
* Rename "word" -> 16, and "long" -> 32, as suggested by Ben Harris.
* Replace __byte_swap_32_variable() with a C version from Richard
  Earnshaw that generates nearly identical assembly (and it would be
  exactly identical with the addition of another peephole to GCC ARM
  back-end).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/arm/include/bswap.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm/include/byte_swap.h
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/arm/include/endian_machdep.h

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