expand_symtab_containing_pc: Renamed from find_pc_sect_symtab_via_partial.
[deliverable/binutils-gdb.git] / bfd / elf64-mmix.c
index ad6757f518b289fded4f48a1120dbc4d011954b7..58fca928209e83817d8635cd865a296829d59778 100644 (file)
@@ -2322,7 +2322,7 @@ _bfd_mmix_before_linker_allocation (bfd *abfd ATTRIBUTE_UNUSED,
   bfd *ibfd;
 
   /* Set the initial size of sections.  */
-  for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link_next)
+  for (ibfd = info->input_bfds; ibfd != NULL; ibfd = ibfd->link.next)
     bfd_map_over_sections (ibfd, mmix_set_relaxable_size, info);
 
   /* The bpo_greg_owner bfd is supposed to have been set by
This page took 0.023688 seconds and 4 git commands to generate.