From b176ded116acd2644ea3f7185ef53a192fa37722 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 23 Jan 2013 11:56:02 +0000 Subject: [PATCH] PR ld/15037 * scripttempl/avr.sc (.eeprom): Keep it. --- ld/ChangeLog | 5 +++++ ld/scripttempl/avr.sc | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 4992e1c..d62950e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-01-23 Georg-Johann Lay + + PR ld/15037 + * scripttempl/avr.sc (.eeprom): Keep it. + 2013-01-23 Leif Ekblad * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64rdos.c. diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc index 6ba987b..10ac27f 100644 --- a/ld/scripttempl/avr.sc +++ b/ld/scripttempl/avr.sc @@ -198,7 +198,8 @@ SECTIONS .eeprom ${RELOCATING-0}: { - *(.eeprom*) + /* See .data above... */ + KEEP(*(.eeprom*)) ${RELOCATING+ __eeprom_end = . ; } } ${RELOCATING+ > eeprom} -- 2.7.4