This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen
- From: "ratmice at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Nov 2004 01:20:27 -0000
- Subject: [Bug libobjc/18575] New: objc_class subclass_list and sibling_class not filled out after dlopen
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
after dlopen on a shared library with objc classes
__objc_resolve_class_links() isn't called until an object is sent a message for
the first time or a class poses as another class.
i currently call this private function after loading them, but not sure if it
could be done in the ctor (if there is a way to do this without traversing the
class list twice?)
--
Summary: objc_class subclass_list and sibling_class not filled
out after dlopen
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: libobjc
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ratmice at yahoo dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18575