Remove unused local variable
[deliverable/binutils-gdb.git] / bfd / elf32-score.c
index 3223d46100179c708302296c7089423be5074a6c..1ab54cd2b3c41705f8648a0f8c3528c8139ce20a 100644 (file)
@@ -3199,7 +3199,7 @@ s3_bfd_score_elf_always_size_sections (bfd *output_bfd,
 
   /* Calculate the total loadable size of the output.  That will give us the
      maximum number of GOT_PAGE entries required.  */
-  for (sub = info->input_bfds; sub; sub = sub->link_next)
+  for (sub = info->input_bfds; sub; sub = sub->link.next)
     {
       asection *subsection;
 
This page took 0.025924 seconds and 4 git commands to generate.