Date: Thu, 22 Jul 1999 04:09:44 -0400 (EDT) Message-Id: <199907220809.EAA16750@indy.delorie.com> From: Eli Zaretskii To: "Mark E." CC: binutils AT sourceware DOT cygnus DOT com, djgpp-workers AT delorie DOT com In-reply-to: <199907220451.EAA27350@out5.ibm.net> References: <199907220451 DOT EAA27350 AT out5 DOT ibm DOT net> <199907220030 DOT AAA09334 AT out5 DOT ibm DOT net> Subject: Re: DJGPP and alignment Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I suppose either a test for .ctor and .dtor > would have to be added in the COFF new section hook, or gcc can be > changed for 3.0 to emit .ctors and .dtors and then fixup the linker script > do either would work. I prefer the former alternative. It seems to be easier and has an advantage of being local to Binutils, unless I'm missing something.