PR ld/14326
* scripttempl/pe.sc: Add _etext symbol.
This commit is contained in:
parent
eb80cb8751
commit
ee8206a9d3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-08-17 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
PR ld/14326
|
||||
* scripttempl/pe.sc: Add _etext symbol.
|
||||
|
||||
2012-08-14 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* configure.in (ALL_LINGUGAS): Add uk.
|
||||
|
|
|
@ -86,6 +86,7 @@ SECTIONS
|
|||
/* ??? Why is .gcc_exc here? */
|
||||
${RELOCATING+ *(.gcc_exc)}
|
||||
${RELOCATING+PROVIDE (etext = .);}
|
||||
${RELOCATING+PROVIDE (_etext = .);}
|
||||
${RELOCATING+ *(.gcc_except_table)}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue