K 10 svn:author V 3 kan K 8 svn:date V 27 2003-02-17T20:58:27.000000Z K 7 svn:log V 288 Do not remove object from the lists at the unref_dag() stage. Introduce a new unlink_object() function and call it in unload_object() instead. Removing the object in unref_dag() is too early, rtld calls _fini() function after that and shared objects might fail resolve their own symbols. END