aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorMarek Michalkiewicz <marekm@amelek.gda.pl>2004-05-08 21:52:56 +0000
committerMarek Michalkiewicz <marekm@amelek.gda.pl>2004-05-08 21:52:56 +0000
commite21059f29c98c8cfb6277265bee42e3bbb707337 (patch)
tree1e03db9c5a56038fc4355052e7c7698fa7f94c97 /ld/scripttempl
parent289541793e83d187b77c4897b30057ca90baeebd (diff)
downloadbinutils-e21059f29c98c8cfb6277265bee42e3bbb707337.zip
binutils-e21059f29c98c8cfb6277265bee42e3bbb707337.tar.gz
binutils-e21059f29c98c8cfb6277265bee42e3bbb707337.tar.bz2
* scripttempl/avr.sc: Do not set LMA for "eeprom" section.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/avr.sc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc
index 74f7ae4..69211cc 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 = . ; }