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/xstormy16/eva_app.ld')
-rw-r--r--libgloss/xstormy16/eva_app.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/eva_app.ld b/libgloss/xstormy16/eva_app.ld
index 6699b05a1..f4ee258d2 100644
--- a/libgloss/xstormy16/eva_app.ld
+++ b/libgloss/xstormy16/eva_app.ld
@@ -53,7 +53,7 @@ SECTIONS
KEEP (*(.dtors))
} > RAM
.eh_frame : { KEEP (*(.eh_frame)) } > RAM
- .gcc_except_table : { *(.gcc_except_table) } > RAM
+ .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > RAM
.jcr : { *(.jcr) } > RAM
.plt : { *(.plt) } > RAM
_edata = .;