Module Name:    src
Committed By:   christos
Date:           Wed Nov 30 19:43:32 UTC 2016

Modified Files:
        src/libexec/ld.elf_so: rtld.c rtld.h symbol.c

Log Message:
Emulate the standard symbol search order in dlsym() i.e. resolve weak or
not found symbols that are in the dynamic linker list of exported symbols
from the dynamic linker itself.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/libexec/ld.elf_so/rtld.c
cvs rdiff -u -r1.125 -r1.126 src/libexec/ld.elf_so/rtld.h
cvs rdiff -u -r1.65 -r1.66 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.

Reply via email to