gdbarch: add instruction predicate methods
[deliverable/binutils-gdb.git] / bfd / elf32-ip2k.c
index 3bbad147459d004331aee7f696d0395e8b7ab073..2ee907c16e164024c15146b57e037583f1ef3177 100644 (file)
@@ -1425,13 +1425,13 @@ ip2k_elf_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
        }
       else
        {
-         bfd_boolean warned;
+         bfd_boolean warned, ignored;
          bfd_boolean unresolved_reloc;
 
          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);
 
          name = h->root.root.string;
        }
This page took 0.023308 seconds and 4 git commands to generate.