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: Tue, 3 Jul 2001 15:49:57 -0500
- References: <15165.16007.509486.880965@spanky.love.edu>
- Reply-To: alk at pobox dot com
This message is intended to correct the record of the mailing list
archives, regarding this subject, to help insure that the erroneous
statements of my previous two messages do not lead any innocents
astray. ld versions have nothing to do with my earlier difficulty
regarding static constructors: I was ignorantly overlooking the role
of link order in the construction of the .init section. As Ian Lance
Taylor helpfully pointed out to me elsewhere, crtbegin.o and crtend.o
must bracket any such constructors in the link order.