From 15c9f67344da812f6b36933c2aeae9d82e7431ff Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 3 Mar 2003 02:38:10 +0000 Subject: * scripttempl/pe.sc: Use PROVIDE with etext, end, _end, --- ld/scripttempl/pe.sc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ld/scripttempl') 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__ = .;} } -- cgit v1.1