Re: svn commit: r313494 - head/libexec/rtld-elf

2017-02-09 Thread Joerg Sonnenberger
On Thu, Feb 09, 2017 at 11:33:06PM +, Konstantin Belousov wrote: > Protected symbol reference in GOT of the defining object must be > resolved to itself, same as -Bsymbolic globally. This doesn't make sense to me. Why do they remain in the DSO, they should have been resolved the linker alr

svn commit: r313494 - head/libexec/rtld-elf

2017-02-09 Thread Konstantin Belousov
Author: kib Date: Thu Feb 9 23:33:06 2017 New Revision: 313494 URL: https://svnweb.freebsd.org/changeset/base/313494 Log: Handle protected symbols in rtld. Protected symbol reference in GOT of the defining object must be resolved to itself, same as -Bsymbolic globally. Discussed wit