gdbarch: add instruction predicate methods
[deliverable/binutils-gdb.git] / bfd / elf32-v850.c
index 89724adef9318b9107628540c66cc3c8a4693a2c..6528dc18670f512856d36b3fe35e6a7e65af4f18 100644 (file)
@@ -2211,7 +2211,7 @@ v850_elf_relocate_section (bfd *output_bfd,
        }
       else
        {
-         bfd_boolean unresolved_reloc, warned;
+         bfd_boolean unresolved_reloc, warned, ignored;
 
          /* Note - this check is delayed until now as it is possible and
             valid to have a file without any symbols but with relocs that
@@ -2228,7 +2228,7 @@ v850_elf_relocate_section (bfd *output_bfd,
          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.023168 seconds and 4 git commands to generate.