Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 07/12/2002 22:33:29
Module Name:	syssrc
Committed By:	scw
Date:		Fri Jul 12 19:33:29 UTC 2002

Modified Files:
	syssrc/sys/arch/evbsh5/conf: CAYMAN SIMULATOR
	syssrc/sys/arch/evbsh5/include: endian_machdep.h
	syssrc/sys/arch/sh5/conf: Makefile.sh5
	syssrc/sys/arch/sh5/include: endian_machdep.h
	syssrc/sys/arch/sh5/sh5: exception.S
Added Files:
	syssrc/sys/arch/evbsh5/conf: std.evbsh5.eb

Log Message:
Make it so kernels can be compiled for 32-bit or 64-bit with a
simple config file option.

Also, don't hard code the endian setting in a header file. Rely instead
on the compiler defining __LITTLE_ENDIAN__ and DTRT as appropriate.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/conf/CAYMAN \
    syssrc/sys/arch/evbsh5/conf/SIMULATOR
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbsh5/conf/std.evbsh5.eb
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/evbsh5/include/endian_machdep.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/sh5/conf/Makefile.sh5
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sh5/include/endian_machdep.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sh5/sh5/exception.S

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