Subject: CVS commit: src/libexec/ld.elf_so
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 10/13/2005 11:14:09
Module Name: src
Committed By: skrll
Date: Thu Oct 13 11:14:09 UTC 2005
Modified Files:
src/libexec/ld.elf_so: symbol.c
Log Message:
Correct the lookup order of _rtld_symlook_default and make
_rtld_find_symdef use _rtld_symlook_default.
This reduces the code size and means that dlsym(RTLD_DEFAULT,...) has the
correct lookup order.
Reviewed by kleink. Thanks.
To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/libexec/ld.elf_so/symbol.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.