https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78937
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I just tried a toolchain which I compiled myself. That is .rodata is normally
used unless I use -fPIE/-fpie and then .data.rel.ro.local section is used.
Basically this section is readonly but has relocations.