Re: CONSTRUCTORS in .data section

2023-03-26 Thread Tomek CEDRO
On Sun, Mar 26, 2023 at 11:24 AM Petro Karashchenko wrote: > 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 i

CONSTRUCTORS in .data section

2023-03-26 Thread Petro Karashchenko
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 ab