Subject: CVS commit: [netbsd-3] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 10/08/2005 08:44:30
Module Name:	src
Committed By:	tron
Date:		Sat Oct  8 08:44:30 UTC 2005

Modified Files:
	src/sys/kern [netbsd-3]: exec_elf32.c

Log Message:
Pull up following revision(s) (requested by simonb in ticket #872):
	sys/kern/exec_elf32.c: revision 1.107
Add a hack to deal with MIPS relocatable shared-linker problem on
COMPAT_16 and earlier that results in a current shared linker running at
address 0 (and thus allows NULL pointer derefs to work).
As noted by Matthias Drochner, this "fix" just checks the first psection
and not the first loadable psection.  This isn't a problem with the
binutils up to now, but might be in the future.
--


To generate a diff of this commit:
cvs rdiff -r1.102.2.1 -r1.102.2.2 src/sys/kern/exec_elf32.c

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