]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-microblaze.c
Make bfd.link_next field a union
[thirdparty/binutils-gdb.git] / bfd / elf32-microblaze.c
index 9837b18aabf917f87f46065fdc809f30b145466c..a4cc6a3fd6b3e621fd4b19f0aea6f17353e789c6 100644 (file)
@@ -2973,7 +2973,7 @@ microblaze_elf_size_dynamic_sections (bfd *output_bfd ATTRIBUTE_UNUSED,
 
   /* 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;