From 4fb059e5bb927c9baa9afc76163659e0eafc8b23 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 19 Aug 2011 14:57:50 +0000 Subject: [PATCH] * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo sections as well. --- libgloss/ChangeLog | 5 +++++ libgloss/iq2000/sim.ld | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index 2b244663b..fcdb5f513 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,8 @@ +2011-08-19 Nick Clifton + + * iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo + sections as well. + 2011-08-08 Mike Stump * Makefile.in: Make stmp-bsp and install consistent with 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) }