Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf32-frv.c
index 788c2997e8deb07c06d2c0055b620d87ea039887..cf187acaddd2bbb386b1e457662888c8f0996701 100644 (file)
@@ -2735,13 +2735,13 @@ elf32_frv_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
        }
       else
        {
-         bfd_boolean warned;
+         bfd_boolean warned, ignored;
          bfd_boolean unresolved_reloc;
 
          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);
          osec = sec;
          name = h->root.root.string;
        }
This page took 0.039424 seconds and 4 git commands to generate.