Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index 4e6561db23a1c80188a4e46bbaa18fd7a16a5f1f..b9a31d5c4767da1db174d2fc6f05741bfa2dda86 100644 (file)
@@ -2472,7 +2472,7 @@ tilepro_elf_size_dynamic_sections (bfd *output_bfd,
 
   /* Set up .got offsets for local syms, and space for local dynamic
      relocs.  */
-  for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
+  for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
     {
       bfd_signed_vma *local_got;
       bfd_signed_vma *end_local_got;
This page took 0.025538 seconds and 4 git commands to generate.