mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* emultempl/spuelf.em (spu_after_open): Don't combine .text.ia.*
during relocatable link.
This commit is contained in:
@ -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>
|
2009-02-03 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
PR 9797
|
PR 9797
|
||||||
|
@ -106,6 +106,9 @@ spu_after_open (void)
|
|||||||
params.emit_stub_syms |= link_info.emitrelocations;
|
params.emit_stub_syms |= link_info.emitrelocations;
|
||||||
spu_elf_setup (&link_info, ¶ms);
|
spu_elf_setup (&link_info, ¶ms);
|
||||||
|
|
||||||
|
if (link_info.relocatable)
|
||||||
|
lang_add_unique (".text.ia.*");
|
||||||
|
|
||||||
if (!link_info.relocatable
|
if (!link_info.relocatable
|
||||||
&& link_info.input_bfds != NULL
|
&& link_info.input_bfds != NULL
|
||||||
&& !spu_elf_create_sections (&link_info))
|
&& !spu_elf_create_sections (&link_info))
|
||||||
|
Reference in New Issue
Block a user