This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
__CTOR_LIST__
- To: java at gcc dot gnu dot org
- Subject: __CTOR_LIST__
- From: Tony Kimball <alk at pobox dot com>
- Date: Sun, 24 Jun 2001 16:24:21 -0500
- Reply-To: alk at pobox dot com
I am of the impression that collect2 or ld should be accummulating
_GLOBAL_I_ symbols from linked files into __CTOR_LIST__, and is not.
I have an application which is linked from a single java object and
several static libraries of java objects. The init functions for the
classes defined in objects and in my static libraries are not being
added to the __CTOR_LIST__, but those in libgcj.a are. I'm currently
tracking down why this happens. But this will be old, familiar
territory for someone else, who could save me hours with a timely
e-mail. (Linux native gcj gcc_3_0_branch, HEAD binutils.)