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/sim_rom.ld')
-rw-r--r--libgloss/xstormy16/sim_rom.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/xstormy16/sim_rom.ld b/libgloss/xstormy16/sim_rom.ld
index e7ef6fb89..297fbc377 100644
--- a/libgloss/xstormy16/sim_rom.ld
+++ b/libgloss/xstormy16/sim_rom.ld
@@ -47,7 +47,7 @@ SECTIONS
} > ROM
.jcr : { KEEP (*(.jcr)) } > ROM
.eh_frame : { KEEP (*(.eh_frame)) } > ROM
- .gcc_except_table : { *(.gcc_except_table) } > ROM
+ .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) } > ROM
.plt : { *(.plt) } > ROM
.text :
{