> 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.