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

@ -1,3 +1,8 @@
2013-01-23 Georg-Johann Lay <avr@gjlay.de>
PR ld/15037
* scripttempl/avr.sc (.eeprom): Keep it.
2013-01-23 Leif Ekblad <leif@rdos.net>
* Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c.

View file

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