* emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
during relocatable link.
This commit is contained in:
parent
50e009621f
commit
df636c05ba
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -106,6 +106,9 @@ spu_after_open (void)
|
|||
params.emit_stub_syms |= link_info.emitrelocations;
|
||||
spu_elf_setup (&link_info, ¶ms);
|
||||
|
||||
if (link_info.relocatable)
|
||||
lang_add_unique (".text.ia.*");
|
||||
|
||||
if (!link_info.relocatable
|
||||
&& link_info.input_bfds != NULL
|
||||
&& !spu_elf_create_sections (&link_info))
|
||||
|
|
Loading…
Reference in a new issue