* reloc16.c (bfd_coff_reloc16_relax_section): Count the total number
[deliverable/binutils-gdb.git] / bfd / coff-mips.c
index 1f687fb527efd6df41d467fb6d3edd17d3aa7262..bb4b15e96c244170ae0d05922d0ee7e37e3ffa9f 100644 (file)
@@ -1781,7 +1781,7 @@ mips_relocate_section (output_bfd, info, input_bfd, input_section,
                  if (! ((*info->callbacks->undefined_symbol)
                         (info, h->root.root.string, input_bfd,
                          input_section,
-                         int_rel.r_vaddr - input_section->vma)))
+                         int_rel.r_vaddr - input_section->vma, true)))
                    return false;
                  relocation = 0;
                }
This page took 0.02488 seconds and 4 git commands to generate.