* elflink.h (elf_bfd_final_link): Loop over input_bfds using the
[deliverable/binutils-gdb.git] / bfd / elflink.h
index b5e0d0357bd06c72d5b1a1aa97b9fdbf896fbd3b..d7112812f97835dd262fb828c3511841858e82af 100644 (file)
@@ -3723,7 +3723,7 @@ elf_bfd_final_link (abfd, info)
      we could write the relocs out and then read them again; I don't
      know how bad the memory loss will be.  */
 
-  for (sub = info->input_bfds; sub != NULL; sub = sub->next)
+  for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
     sub->output_has_begun = false;
   for (o = abfd->sections; o != NULL; o = o->next)
     {
This page took 0.024524 seconds and 4 git commands to generate.