* elf32-ppc.c (ppc_elf_info_to_howto): Check for invalid relocation
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 55a95969b725f40be7e08531fbcdaef90073268a..45cdb1ddb43f62958949378f05454e3cbd251507 100644 (file)
@@ -3097,7 +3097,7 @@ _bfd_ecoff_write_armap (bfd *abfd,
            {
              firstreal += arelt_size (current) + sizeof (struct ar_hdr);
              firstreal += firstreal % 2;
-             current = current->next;
+             current = current->archive_next;
            }
          while (current != map[i].u.abfd);
        }
This page took 0.02442 seconds and 4 git commands to generate.