Commit 1ce51d9a by Georg-Johann Lay

re PR target/92545 (avr: support ATmega devices from the 0-series)

	PR target/92545
	* config/avr/gen-avr-mmcu-specs.c (print_mcu)
	[link_pm_base_address]: Symbol name is __RODATA_PM_OFFSET__.

From-SVN: r278389
parent 9c5de632
......@@ -274,7 +274,7 @@ print_mcu (const avr_mcu_t *mcu)
&& flash_pm_offset)
{
fprintf (f, "*link_pm_base_address:\n");
fprintf (f, "\t--defsym=__RODATA_PM_OFFSET=0x%x", flash_pm_offset);
fprintf (f, "\t--defsym=__RODATA_PM_OFFSET__=0x%x", flash_pm_offset);
fprintf (f, "\n\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment