* sparc/elfsim.ld: Fix __EH_FRAME_BEGIN__ definition.

* sparc/sparc86x.ld: Likewise.
This commit is contained in:
Jason Merrill
2003-08-26 05:21:56 +00:00
parent ff57520702
commit c01c82c07c
3 changed files with 7 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ SECTIONS
{
_stext = .;
PROVIDE (stext = .);
__EH_FRAME_BEGIN__ = .;
*(.text)
_etext = .;
PROVIDE (etext = .);
@@ -123,6 +122,7 @@ SECTIONS
*(.lit)
*(.rodata)
*(.shdata)
__EH_FRAME_BEGIN__ = .;
*(.eh_frame)
*(.gnu.linkonce.t*)
*(.gnu.linkonce.r*)