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>2011-08-19 18:57:50 +0400
committerNick Clifton <nickc@redhat.com>2011-08-19 18:57:50 +0400
commit4fb059e5bb927c9baa9afc76163659e0eafc8b23 (patch)
tree5c8d801aeb07ce133b0e81aac34d9a6a7299e82c /libgloss/iq2000
parente8fdf15a7581d8ad22e99c50cb55fb1168fb4a7f (diff)
* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
sections as well.
Diffstat (limited to 'libgloss/iq2000')
-rw-r--r--libgloss/iq2000/sim.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/iq2000/sim.ld b/libgloss/iq2000/sim.ld
index 5f59d020b..50da49e05 100644
--- a/libgloss/iq2000/sim.ld
+++ b/libgloss/iq2000/sim.ld
@@ -156,7 +156,7 @@ SECTIONS
LONG (0);
PROVIDE (__eh_frame_end = .);
}
- .gcc_except_table : { *(.gcc_except_table) }
+ .gcc_except_table : { *(.gcc_except_table) *(.gcc_except_table.*) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }