Pass ignored unresolved relocations to ld backend
[deliverable/binutils-gdb.git] / bfd / elf64-s390.c
index 3aea98ce765f0cfba9d7437dc9f8644a7abaa897..601aa4374d54ea0a4f972949499576c86528b290 100644 (file)
@@ -2374,11 +2374,12 @@ elf_s390_relocate_section (bfd *output_bfd,
       else
        {
          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 (sec != NULL && discarded_section (sec))
This page took 0.025828 seconds and 4 git commands to generate.