* emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*

during relocatable link.
This commit is contained in:
Alan Modra 2009-02-04 02:43:17 +00:00
parent 50e009621f
commit df636c05ba
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2009-02-04 Alan Modra <amodra@bigpond.net.au>
* emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
during relocatable link.
2009-02-03 Nick Clifton <nickc@redhat.com>
PR 9797

View file

@ -106,6 +106,9 @@ spu_after_open (void)
params.emit_stub_syms |= link_info.emitrelocations;
spu_elf_setup (&link_info, &params);
if (link_info.relocatable)
lang_add_unique (".text.ia.*");
if (!link_info.relocatable
&& link_info.input_bfds != NULL
&& !spu_elf_create_sections (&link_info))