Don't update target_dcache if it is not initialized
[deliverable/binutils-gdb.git] / bfd / elf32-i860.c
index c7991bd82fbcda29aa816d333d1035706341d12b..5440c8b790286db5cf512f51372e7583d55c19e8 100644 (file)
@@ -1121,12 +1121,12 @@ elf32_i860_relocate_section (bfd *output_bfd ATTRIBUTE_UNUSED,
        }
       else
        {
-         bfd_boolean unresolved_reloc, warned;
+         bfd_boolean unresolved_reloc, warned, ignored;
 
          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.036176 seconds and 4 git commands to generate.