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:
authorNick Clifton <nickc@redhat.com>2010-06-29 13:39:30 +0400
committerNick Clifton <nickc@redhat.com>2010-06-29 13:39:30 +0400
commita6076c2cdcf13af80a860682636894241bb4b0e2 (patch)
tree96703d4c8e50fa29d86367321f753312d7f109da /libgloss/xstormy16/sim_rom.ld
parent37cd59cbefe797053202b0ab4724c607a090e487 (diff)
* xstormy16/eva_app.ld (.gcc_except_table): Include sections with
the .gcc_except_table. prefix. * xstormy16/eva_stub.ld: Likewise. * xstormy16/sim_high.ld: Likewise. * xstormy16/sim_low.ld: Likewise.
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 :
{