From e21059f29c98c8cfb6277265bee42e3bbb707337 Mon Sep 17 00:00:00 2001 From: Marek Michalkiewicz Date: Sat, 8 May 2004 21:52:56 +0000 Subject: [PATCH] * scripttempl/avr.sc: Do not set LMA for "eeprom" section. --- ld/ChangeLog | 4 ++++ ld/scripttempl/avr.sc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 9b79668b68..2487560265 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-05-08 Marek Michalkiewicz + + * scripttempl/avr.sc: Do not set LMA for "eeprom" section. + 2004-05-07 J"orn Rennecke * ldlang.c (print_padding_statement): Cast size_t to bfd_vma diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc index 74f7ae4009..69211cc583 100644 --- a/ld/scripttempl/avr.sc +++ b/ld/scripttempl/avr.sc @@ -145,7 +145,6 @@ SECTIONS } ${RELOCATING+ > data} .eeprom ${RELOCATING-0}: - ${RELOCATING+AT (ADDR (.text) + SIZEOF (.text) + SIZEOF (.data))} { *(.eeprom*) ${RELOCATING+ __eeprom_end = . ; }