* scripttempl/avr.sc: Do not set LMA for "eeprom" section.
authorMarek Michalkiewicz <marekm@amelek.gda.pl>
Sat, 8 May 2004 21:52:56 +0000 (21:52 +0000)
committerMarek Michalkiewicz <marekm@amelek.gda.pl>
Sat, 8 May 2004 21:52:56 +0000 (21:52 +0000)
ld/ChangeLog
ld/scripttempl/avr.sc

index 9b79668..2487560 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-08  Marek Michalkiewicz  <marekm@amelek.gda.pl>
+
+       * scripttempl/avr.sc: Do not set LMA for "eeprom" section.
+
 2004-05-07  J"orn Rennecke <joern.rennecke@superh.com>
 
        * ldlang.c (print_padding_statement): Cast size_t to bfd_vma
index 74f7ae4..69211cc 100644 (file)
@@ -145,7 +145,6 @@ SECTIONS
   } ${RELOCATING+ > data}
 
   .eeprom ${RELOCATING-0}:
-       ${RELOCATING+AT (ADDR (.text) + SIZEOF (.text) + SIZEOF (.data))}
   {
     *(.eeprom*)
     ${RELOCATING+ __eeprom_end = . ; }