* scripttempl/avr.sc: Do not set LMA for "eeprom" section.
This commit is contained in:
parent
289541793e
commit
e21059f29c
2 changed files with 4 additions and 1 deletions
|
@ -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>
|
2004-05-07 J"orn Rennecke <joern.rennecke@superh.com>
|
||||||
|
|
||||||
* ldlang.c (print_padding_statement): Cast size_t to bfd_vma
|
* ldlang.c (print_padding_statement): Cast size_t to bfd_vma
|
||||||
|
|
|
@ -145,7 +145,6 @@ SECTIONS
|
||||||
} ${RELOCATING+ > data}
|
} ${RELOCATING+ > data}
|
||||||
|
|
||||||
.eeprom ${RELOCATING-0}:
|
.eeprom ${RELOCATING-0}:
|
||||||
${RELOCATING+AT (ADDR (.text) + SIZEOF (.text) + SIZEOF (.data))}
|
|
||||||
{
|
{
|
||||||
*(.eeprom*)
|
*(.eeprom*)
|
||||||
${RELOCATING+ __eeprom_end = . ; }
|
${RELOCATING+ __eeprom_end = . ; }
|
||||||
|
|
Loading…
Reference in a new issue