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