Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/sparc/elfsim.ld')
-rw-r--r--libgloss/sparc/elfsim.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/sparc/elfsim.ld b/libgloss/sparc/elfsim.ld
index d1831be29..ef04d0329 100644
--- a/libgloss/sparc/elfsim.ld
+++ b/libgloss/sparc/elfsim.ld
@@ -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*)