summaryrefslogtreecommitdiff
path: root/ld/scripttempl/elf32msp430.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-02-11 18:02:55 +0000
committerNick Clifton <nickc@redhat.com>2003-02-11 18:02:55 +0000
commit7a97874dcdc7d85c0fa63e39b03157546a1bcba0 (patch)
treee6eeb6724dfc8ff195a34c866fbfc34e5c61a5f9 /ld/scripttempl/elf32msp430.sc
parentf707eb84ad34dd51d3b1c301f2ede0598ce235d4 (diff)
downloadbinutils-redhat-7a97874dcdc7d85c0fa63e39b03157546a1bcba0.tar.gz
Add new data anchors defenitions.
Diffstat (limited to 'ld/scripttempl/elf32msp430.sc')
-rw-r--r--ld/scripttempl/elf32msp430.sc4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/scripttempl/elf32msp430.sc b/ld/scripttempl/elf32msp430.sc
index 763657650e..ba6e03f77e 100644
--- a/ld/scripttempl/elf32msp430.sc
+++ b/ld/scripttempl/elf32msp430.sc
@@ -184,5 +184,9 @@ SECTIONS
.debug_macinfo 0 : { *(.debug_macinfo) }
PROVIDE (__stack = ${STACK}) ;
+ PROVIDE (__data_start_rom = _etext) ;
+ PROVIDE (__data_end_rom = _etext + SIZEOF (.data)) ;
+ PROVIDE (__noinit_start_rom = _etext + SIZEOF (.data)) ;
+ PROVIDE (__noinit_end_rom = _etext + SIZEOF (.data) + SIZEOF (.noinit)) ;
}
EOF