* elf32-spu.c (spu_elf_create_sections): Properly iterate over
[deliverable/binutils-gdb.git] / bfd / elf32-spu.c
index 844eee6ca265e13f59dbbb568abac659c366a3aa..fcda1e3484bf0f2f5bf47f5eb3e33faf80abe340 100644 (file)
@@ -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;
 
This page took 0.028164 seconds and 4 git commands to generate.