[Bug target/71151] [avr] -fmerge-constants and -fdata-sections/-ffunction-sections results in string constants in .progmem.gcc_sw section
senthil.thecoder at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Jun 2 11:37:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71151
--- Comment #12 from Senthil Kumar Selvaraj <senthil.thecoder at gmail dot com> ---
Yes, tiny also has .rodata in .data
I'd totally missed PR 63323, so just removing the target hook and turning on
JUMP_TABLES_IN_TEXT_SECTION does the trick, like you said. Wrote a basic test
to make sure jumptables get generated and used correctly, and that worked too.
More information about the Gcc-bugs
mailing list