Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf64-ia64-vms.c
index 102cdff8d97ebfc1a22363fd9acefa638e052c89..58a05af845b2852ed0aaf43f0a792ae4f8f93d4f 100644 (file)
@@ -3495,13 +3495,13 @@ elf64_ia64_relocate_section (bfd *output_bfd,
       else
        {
          bfd_boolean unresolved_reloc;
-         bfd_boolean warned;
+         bfd_boolean warned, ignored;
          struct elf_link_hash_entry **sym_hashes = elf_sym_hashes (input_bfd);
 
          RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
                                   r_symndx, symtab_hdr, sym_hashes,
                                   h, sym_sec, value,
-                                  unresolved_reloc, warned);
+                                  unresolved_reloc, warned, ignored);
 
          if (h->root.type == bfd_link_hash_undefweak)
            undef_weak_ref = TRUE;
This page took 0.024712 seconds and 4 git commands to generate.