PR ld/15037

* scripttempl/avr.sc (.eeprom): Keep it.
This commit is contained in:
Nick Clifton
2013-01-23 11:56:02 +00:00
parent a6dea726b0
commit b176ded116
2 changed files with 7 additions and 1 deletions

View File

@@ -198,7 +198,8 @@ SECTIONS
.eeprom ${RELOCATING-0}:
{
*(.eeprom*)
/* See .data above... */
KEEP(*(.eeprom*))
${RELOCATING+ __eeprom_end = . ; }
} ${RELOCATING+ > eeprom}