From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: "Mark E." Cc: binutils@sourceware.cygnus.com, djgpp-workers@delorie.com Subject: Re: DJGPP and alignment Date: Thu, 22 Jul 1999 01:10:00 -0000 Message-id: <199907220809.EAA16750@indy.delorie.com> References: <199907220451.EAA27350@out5.ibm.net> <199907220030.AAA09334@out5.ibm.net> X-SW-Source: 1999-q3/msg00292.html > 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.