Subject: CVS commit: basesrc/libexec/ld.elf_so
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/12/2002 20:45:43
Module Name:	basesrc
Committed By:	mycroft
Date:		Thu Sep 12 17:45:42 UTC 2002

Modified Files:
	basesrc/libexec/ld.elf_so: rtld.c

Log Message:
Add a `relocbase' argument to _rtld() and _rtld_init(), which is passed in
from the glue code in _rtld_start().  This is used to set objself.relocbase,
rather than assuming that it's the same as objself.mapbase (or 0 on MIPS).
Now -- with a bug fix to the kernel -- ld.elf_so can be linked at any VMA.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 basesrc/libexec/ld.elf_so/rtld.c

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