Subject: CVS commit: basesrc/usr.sbin/mopd/common
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/05/2002 08:08:30
Module Name:	basesrc
Committed By:	thorpej
Date:		Tue Nov  5 06:08:30 UTC 2002

Modified Files:
	basesrc/usr.sbin/mopd/common: file.c

Log Message:
For ELF, set d->loadaddr to 0, as we do for a.out.

On both my 4000/60 and SIMH, a boot program NOT loaded at 0 consistently
is loaded +0x5200 too high in memory, which which causes a fatal trap back
into the console even before the self-relocating code can run.  "wHATEver."


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/mopd/common/file.c

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