Report an error for S-records with less than the miniumum size
[deliverable/binutils-gdb.git] / bfd / elf32-score7.c
index c24107771aa0aa38640ef7e12af4426c0aeb1bc4..0b3cf2026f91d1a4c3f345a0ce97261e01ec008e 100644 (file)
@@ -3006,7 +3006,7 @@ s7_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.024271 seconds and 4 git commands to generate.