Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf32-mt.c
index ea05c9117e4086eb321766a0941851f6e1819664..597665c1d56c33ac8d015062032aac2f54cc687c 100644 (file)
@@ -344,12 +344,12 @@ mt_elf_relocate_section
       else
        {
          bfd_boolean unresolved_reloc;
-         bfd_boolean warned;
+         bfd_boolean warned, ignored;
 
          RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
                                   r_symndx, symtab_hdr, sym_hashes,
                                   h, sec, relocation,
-                                  unresolved_reloc, warned);
+                                  unresolved_reloc, warned, ignored);
 
          name = h->root.root.string;
        }
This page took 0.023411 seconds and 4 git commands to generate.