* elf32-spu.c (spu_elf_create_sections): Properly iterate over
input bfds.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
* elf32-ppc.c (ppc_elf_select_plt_layout): Properly iterate over
|
||||
input bfds.
|
||||
* elf32-spu.c (spu_elf_create_sections): Likewise.
|
||||
|
||||
2007-06-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
||||
+1
-1
@@ -533,7 +533,7 @@ spu_elf_create_sections (bfd *output_bfd,
|
||||
htab->stack_analysis = stack_analysis;
|
||||
htab->emit_stack_syms = emit_stack_syms;
|
||||
|
||||
for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->next)
|
||||
for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
|
||||
if (bfd_get_section_by_name (ibfd, SPU_PTNOTE_SPUNAME) != NULL)
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user