* iq2000/sim.ld (.gcc_except_table): Include .gcc_except_table.foo
sections as well.
This commit is contained in:
parent
e8fdf15a75
commit
4fb059e5bb
|
@ -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
|
||||
|
|
|
@ -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) }
|
||||
|
|
Loading…
Reference in New Issue