PR ld/15037
* scripttempl/avr.sc (.eeprom): Keep it.
This commit is contained in:
parent
a6dea726b0
commit
b176ded116
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -198,7 +198,8 @@ SECTIONS
|
|||
|
||||
.eeprom ${RELOCATING-0}:
|
||||
{
|
||||
*(.eeprom*)
|
||||
/* See .data above... */
|
||||
KEEP(*(.eeprom*))
|
||||
${RELOCATING+ __eeprom_end = . ; }
|
||||
} ${RELOCATING+ > eeprom}
|
||||
|
||||
|
|
Loading…
Reference in a new issue