* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo

sections as well.
This commit is contained in:
Nick Clifton 2011-08-19 14:57:50 +00:00
parent e8fdf15a75
commit 4fb059e5bb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-19 Nick Clifton <nickc@redhat.com>
* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
sections as well.
2011-08-08 Mike Stump <mikestump@comcast.net>
* Makefile.in: Make stmp-bsp and install consistent with

View File

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