summaryrefslogtreecommitdiff
path: root/ld/scripttempl/pe.sc
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2003-03-03 02:38:10 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2003-03-03 02:38:10 +0000
commit05dd79727f38ab144ad6bea891b16082fadebec4 (patch)
tree0a5feb1a78831e21cb406a29790e788922a36ff4 /ld/scripttempl/pe.sc
parentb0d4f7247bb0554a9ae8b72d2410c0326890aee9 (diff)
downloadbinutils-redhat-05dd79727f38ab144ad6bea891b16082fadebec4.tar.gz
* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
Diffstat (limited to 'ld/scripttempl/pe.sc')
-rw-r--r--ld/scripttempl/pe.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/pe.sc b/ld/scripttempl/pe.sc
index a22611c105..2fd27f93d2 100644
--- a/ld/scripttempl/pe.sc
+++ b/ld/scripttempl/pe.sc
@@ -60,7 +60,7 @@ SECTIONS
${RELOCATING+ *(.fini)}
/* ??? Why is .gcc_exc here? */
${RELOCATING+ *(.gcc_exc)}
- ${RELOCATING+ etext = .;}
+ ${RELOCATING+PROVIDE (etext = .);}
*(.gcc_except_table)
}
@@ -132,8 +132,8 @@ SECTIONS
.endjunk ${RELOCATING+BLOCK(__section_alignment__)} :
{
/* end is deprecated, don't use it */
- ${RELOCATING+ end = .;}
- ${RELOCATING+ _end = .;}
+ ${RELOCATING+PROVIDE (end = .);}
+ ${RELOCATING+PROVIDE ( _end = .);}
${RELOCATING+ __end__ = .;}
}