OSDN Git Service

* elf32-spu.c (spu_elf_create_sections): Properly iterate over
authoramodra <amodra>
Wed, 27 Jun 2007 07:12:52 +0000 (07:12 +0000)
committeramodra <amodra>
Wed, 27 Jun 2007 07:12:52 +0000 (07:12 +0000)
input bfds.

bfd/ChangeLog
bfd/elf32-spu.c

index fb3883a..a35e408 100644 (file)
@@ -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>
 
index 844eee6..fcda1e3 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;