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.ld3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/sparc/elfsim.ld b/libgloss/sparc/elfsim.ld
index a047a050f..d1831be29 100644
--- a/libgloss/sparc/elfsim.ld
+++ b/libgloss/sparc/elfsim.ld
@@ -95,6 +95,7 @@ SECTIONS
{
_stext = .;
PROVIDE (stext = .);
+ __EH_FRAME_BEGIN__ = .;
*(.text)
_etext = .;
PROVIDE (etext = .);
@@ -122,7 +123,6 @@ SECTIONS
*(.lit)
*(.rodata)
*(.shdata)
- __EH_FRAME_BEGIN__ = .;
*(.eh_frame)
*(.gnu.linkonce.t*)
*(.gnu.linkonce.r*)
@@ -193,7 +193,6 @@ SECTIONS
.debug_str 0 : { *(.debug_str) }
.debug_loc 0 : { *(.debug_loc) }
.debug_macinfo 0 : { *(.debug_macinfo) }
- .debug_ranges 0 : { *(.debug_ranges) }
/* SGI/MIPS DWARF 2 extensions */
.debug_weaknames 0 : { *(.debug_weaknames) }
.debug_funcnames 0 : { *(.debug_funcnames) }