Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf32-tilepro.c
index c36da2bee24c01be46ebb1ec5fe1f9e8a7f7d9ee..0e808c4582e62bfd4218015caa81c67bbbb7b4f5 100644 (file)
@@ -2892,12 +2892,13 @@ tilepro_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
        }
       else
        {
-         bfd_boolean warned;
+         bfd_boolean warned ATTRIBUTE_UNUSED;
+         bfd_boolean ignored ATTRIBUTE_UNUSED;
 
          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);
          if (warned)
            {
              /* To avoid generating warning messages about truncated
This page took 0.025024 seconds and 4 git commands to generate.