X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fdwarf2.c;h=76af009e33aaf19014fc713ab9122891280cba7d;hb=4b24dd1acad5c133d12aab6a575c83269336e47f;hp=e3c6d6d7288c557a3191c28c6839105432494a32;hpb=49149495dabc2ef54b7cd38a9346a8696b205da7;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index e3c6d6d728..76af009e33 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -4300,7 +4300,7 @@ section_vma_same (const bfd *abfd, const struct dwarf2_debug *stash) stashed vma information. */ if (abfd->section_count != stash->sec_vma_count) return FALSE; - + for (i = 0, s = abfd->sections; i < abfd->section_count; i++, s = s->next) { bfd_vma vma;