Hi, Recently during the review I have found that most of the linker script files in the code tree have CONSTRUCTORS placed in the .data section. On the other hand the linker script files that use .ctors and .dtors sections place those in the .text or .rodata segment.
Does anybody know anything about why CONSTRUCTORS are placed in .data or that is just a bug that needs to be fixed? Best regards, Petro