mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
* scripttempl/pe.sc: Use PROVIDE with etext, end, _end,
This commit is contained in:
@@ -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__ = .;}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user