Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 09/20/2007 07:50:33
Module Name:	src
Committed By:	cube
Date:		Thu Sep 20 07:50:33 UTC 2007

Modified Files:
	src/libexec/ld.elf_so: load.c

Log Message:
Don't remove the last component of filename before calling
_rtld_digest_dynamic:  it is done in expand(), and doing it twice is once
too much.  This fixes $ORIGIN expansion for dependencies.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/libexec/ld.elf_so/load.c

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