aboutsummaryrefslogtreecommitdiff
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
commit15c9f67344da812f6b36933c2aeae9d82e7431ff (patch)
tree98f77d594e0a2025deef173641a06f5fbdbe9cda /ld/scripttempl/pe.sc
parent792544c15aa8e73f5f02fc3cd3d6ac9067161b82 (diff)
downloadfsf-binutils-gdb-15c9f67344da812f6b36933c2aeae9d82e7431ff.zip
fsf-binutils-gdb-15c9f67344da812f6b36933c2aeae9d82e7431ff.tar.gz
fsf-binutils-gdb-15c9f67344da812f6b36933c2aeae9d82e7431ff.tar.bz2
* 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 a22611c..2fd27f9 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__ = .;}
}