On Friday 17 April 2009 1:22:27 pm Dag-Erling Smørgrav wrote: > Konstantin Belousov <k...@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"