PR ld/15037
[deliverable/binutils-gdb.git] / ld / scripttempl / avr.sc
index 6ba987b5eb5ced926585b6ddb069c95398aff99c..10ac27f71ba61bfa8f889040d4e2895ecde4d76c 100644 (file)
@@ -198,7 +198,8 @@ SECTIONS
 
   .eeprom ${RELOCATING-0}:
   {
-    *(.eeprom*)
+    /* See .data above...  */
+    KEEP(*(.eeprom*))
     ${RELOCATING+ __eeprom_end = . ; }
   } ${RELOCATING+ > eeprom}
 
This page took 0.030211 seconds and 4 git commands to generate.