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) }