From 4fb059e5bb927c9baa9afc76163659e0eafc8b23 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 19 Aug 2011 14:57:50 +0000 Subject: * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo sections as well. --- libgloss/iq2000/sim.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgloss/iq2000') 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) } -- cgit v1.2.3