]> Git Repo - binutils.git/blobdiff - bfd/elf64-ppc.c
Pass ignored unresolved relocations to ld backend
[binutils.git] / bfd / elf64-ppc.c
index 136887f25e2d7de673450f44a0ae3d065dd77d19..24c733e21dcd9f8b15cbe5725272be7c3bb5663d 100644 (file)
@@ -12973,10 +12973,12 @@ ppc64_elf_relocate_section (bfd *output_bfd,
        }
       else
        {
+         bfd_boolean ignored;
+
          RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
                                   r_symndx, symtab_hdr, sym_hashes,
                                   h_elf, sec, relocation,
-                                  unresolved_reloc, warned);
+                                  unresolved_reloc, warned, ignored);
          sym_name = h_elf->root.root.string;
          sym_type = h_elf->type;
          if (sec != NULL
This page took 0.035055 seconds and 4 git commands to generate.