Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 10/31/2003 14:00:52
Module Name:	src
Committed By:	drochner
Date:		Fri Oct 31 14:00:52 UTC 2003

Modified Files:
	src/sys/kern: exec_elf32.c

Log Message:
-fix ELF_INTERP_NON_RELOCATABLE:
 -obey ELF_LINK_ADDR in ELF_load_file()
 -set ELF_LINK_ADDR in the probe() function if needed
-make ELF_NULL_ADDR the default, so that probe() functions dont need
 to set it explicitely
-allocate buffer for interpreter name only if needed


To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 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.