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

2009-06-16 Thread Dmitry Morozovsky
On Tue, 16 Jun 2009, Alexander Kabaev wrote: AK> Author: kan AK> Date: Tue Jun 16 16:38:54 2009 AK> New Revision: 194298 AK> URL: http://svn.freebsd.org/changeset/base/194298 AK> AK> Log: AK> FreeBSD returns main object handle from dlopen(NULL, ...) calls. AK> dlsym seaches using this handle

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

2009-06-16 Thread Alexander Kabaev
Author: kan Date: Tue Jun 16 16:38:54 2009 New Revision: 194298 URL: http://svn.freebsd.org/changeset/base/194298 Log: FreeBSD returns main object handle from dlopen(NULL, ...) calls. dlsym seaches using this handle are expected to look for symbol definitions in all objects loaded at the pro