Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / bfd / coff-rs6000.c
index 4c41740a5804f7b025da91a03f4c608be47608b7..39b2db3b7c3f137b11ce9b44ba9b84e8de8ee928 100644 (file)
@@ -2608,7 +2608,7 @@ _bfd_xcoff_sizeof_headers (bfd *abfd,
        return -1;
 
       /* Sum.  */
-      for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
+      for (sub = info->input_bfds; sub != NULL; sub = sub->link.next)
        for (s = sub->sections; s != NULL; s = s->next)
          {
            struct nbr_reloc_lineno *e = &n_rl[s->output_section->index];
This page took 0.023467 seconds and 4 git commands to generate.