svn commit: r190543 - in head: include libexec/rtld-elf sys/sys

John Baldwin jhb at freebsd.org
Fri Apr 17 18:18:14 UTC 2009


On Friday 17 April 2009 1:22:27 pm Dag-Erling Smørgrav wrote:
> Konstantin Belousov <kib at FreeBSD.org> writes:
> > Log:
> >   Implement support for RTLD_NODELETE flag for dlopen() and -z nodelete
> >   static linker option. Do it by incrementing reference count on the 
loaded
> >   object and its dependencies.
> 
> Where is this documented?

NODELETE is actually an ELF flag and it is supported on other platforms 
via '-z nodelete' and RTLD_NODELETE (e.g. Linux and Solaris).

-- 
John Baldwin


More information about the svn-src-all mailing list