Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf32-crx.c
index 601f715c03317f258d2eff81e6a78de746204d1c..f26c01edbe1f4148bb9baaef5e8f3724d099d4bb 100644 (file)
@@ -865,12 +865,12 @@ elf32_crx_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
        }
       else
        {
-         bfd_boolean unresolved_reloc, warned;
+         bfd_boolean unresolved_reloc, 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);
        }
 
       if (sec != NULL && discarded_section (sec))
This page took 0.036019 seconds and 4 git commands to generate.