Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Masao Uebayashi <uebayasi@netbsd.org>
List: source-changes
Date: 03/17/2006 16:06:52
Module Name:	src
Committed By:	uebayasi
Date:		Fri Mar 17 16:06:52 UTC 2006

Modified Files:
	src/sys/arch/dreamcast/conf: std.dreamcast
	src/sys/arch/evbsh3/conf: std.evbsh3.eb std.evbsh3.el
	src/sys/arch/evbsh3/evbsh3: locore.S machdep.c
	src/sys/arch/hpcsh/conf: std.hpcsh
	src/sys/arch/mmeye/conf: std.mmeye
	src/sys/arch/sh3/conf: Makefile.sh3

Log Message:
Stop using linker scripts on all sh3 ports.

The only information to be compensated is text section start address.
The default value is set arch-wise as DEFTEXTADDR.  Each kernel config
can override the default value by setting TEXTADDR.

Tested on COMPUTEXEVB (evbsh3).

Reviewed By:	uwe


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/dreamcast/conf/std.dreamcast
cvs rdiff -r1.5 -r1.6 src/sys/arch/evbsh3/conf/std.evbsh3.eb \
    src/sys/arch/evbsh3/conf/std.evbsh3.el
cvs rdiff -r1.9 -r1.10 src/sys/arch/evbsh3/evbsh3/locore.S
cvs rdiff -r1.56 -r1.57 src/sys/arch/evbsh3/evbsh3/machdep.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/hpcsh/conf/std.hpcsh
cvs rdiff -r1.10 -r1.11 src/sys/arch/mmeye/conf/std.mmeye
cvs rdiff -r1.21 -r1.22 src/sys/arch/sh3/conf/Makefile.sh3

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