This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

__CTOR_LIST__



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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]