Subject: CVS commit: syssrc/sys/arch
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/05/2001 08:03:32
Module Name:	syssrc
Committed By:	simonb
Date:		Fri Oct  5 05:03:30 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/conf: Makefile.mips
	syssrc/sys/arch/mipsco/stand: Makefile.booters
	syssrc/sys/arch/pmax/stand: Makefile.booters
Added Files:
	syssrc/sys/arch/mips/conf: kern.ldscript stand.ldscript
Removed Files:
	syssrc/sys/arch/mips/conf: kern.ldscript.be kern.ldscript.le
	    stand.ldscript.be stand.ldscript.le

Log Message:
Use a single ldscript instead of separate scripts for either endianness;
  use command line parameters to ld(1) instead to set the endian format.
Clean up some endian decisions in mips/conf/Makefile.mips.
Wrap some long lines.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/mips/conf/Makefile.mips
cvs rdiff -r0 -r1.4 syssrc/sys/arch/mips/conf/kern.ldscript
cvs rdiff -r1.3 -r0 syssrc/sys/arch/mips/conf/kern.ldscript.be
cvs rdiff -r1.2 -r0 syssrc/sys/arch/mips/conf/kern.ldscript.le \
    syssrc/sys/arch/mips/conf/stand.ldscript.be
cvs rdiff -r0 -r1.3 syssrc/sys/arch/mips/conf/stand.ldscript
cvs rdiff -r1.1 -r0 syssrc/sys/arch/mips/conf/stand.ldscript.le
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/mipsco/stand/Makefile.booters
cvs rdiff -r1.31 -r1.32 syssrc/sys/arch/pmax/stand/Makefile.booters

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