Skip to content

Remove .ctors/.dtors and .init/.fini support

These have been deprecated in favor of .init_array/.fini_array and aren't emitted since GCC 4.7. lld doesn't support .ctors/.dtors. Removing support from them allows removing crti.o and crtn.o as well as simplify the linker script a bit.