X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bfd%2Felf32-microblaze.c;h=a4cc6a3fd6b3e621fd4b19f0aea6f17353e789c6;hb=ec240384701a1f12fe569206408a6df8fca9bce4;hp=9837b18aabf917f87f46065fdc809f30b145466c;hpb=6d00b590316c0b08de21a264893b0fd627c54686;p=platform%2Fupstream%2Fbinutils.git diff --git a/bfd/elf32-microblaze.c b/bfd/elf32-microblaze.c index 9837b18..a4cc6a3 100644 --- a/bfd/elf32-microblaze.c +++ b/bfd/elf32-microblaze.c @@ -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;