Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 09/20/2007 14:14:26
Module Name:	src
Committed By:	christos
Date:		Thu Sep 20 14:14:26 UTC 2007

Modified Files:
	src/libexec/ld.elf_so: expand.c headers.c paths.c rtld.c

Log Message:
Use AT_SUN_EXECPATH instead of argv[0] for the executable name. This needs
kernel support, which is not there yet, thus $ORIGIN is broken at this time.
This is ok, nothing uses it yet.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/libexec/ld.elf_so/expand.c
cvs rdiff -r1.21 -r1.22 src/libexec/ld.elf_so/headers.c
cvs rdiff -r1.34 -r1.35 src/libexec/ld.elf_so/paths.c
cvs rdiff -r1.113 -r1.114 src/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.