Date: Mon, 12 Aug 1996 08:38:35 -0400 Message-Id: <199608121238.IAA07304@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: robert DOT hoehne AT mathematik DOT tu-chemnitz DOT de, djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 12 Aug 1996 13:06:46 +0200 (IST)) Subject: Re: Startup customization > > void dummy() __attribute__ ((constructor)); > > How is this different from the ctor mechanism? DJ? It isn't, in our case. Both put pointers to functions in the .ctor section of the object.