summaryrefslogtreecommitdiff
path: root/ld/scripttempl/avr.sc
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
commitce40713ae58a5d668e70abc67a429046ee5003eb (patch)
tree83edbe2583526b106b7d3cf4699d4b8748617d1e /ld/scripttempl/avr.sc
parent5da93cdec8611a1c3e6d8bb24bba2eb4d5b24aac (diff)
downloadbinutils-redhat-ce40713ae58a5d668e70abc67a429046ee5003eb.tar.gz
* scripttempl/avr.sc: Do not set LMA for "eeprom" section.
Diffstat (limited to 'ld/scripttempl/avr.sc')
-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 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 = . ; }