Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf32-metag.c
index 8851845384b050a629935c00cc9e381e62d9e788..9c11dd3d2f1a532b5639ef0572bd8e7ab0e0810e 100644 (file)
@@ -1536,12 +1536,12 @@ elf_metag_relocate_section (bfd *output_bfd,
       else
        {
          struct elf_link_hash_entry *eh;
-         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, eh_syms,
                                   eh, sec, relocation,
-                                  unresolved_reloc, warned);
+                                  unresolved_reloc, warned, ignored);
 
          name = eh->root.root.string;
          hh = (struct elf_metag_link_hash_entry *) eh;
This page took 0.025258 seconds and 4 git commands to generate.