Fix issues with gold undefined symbol diagnostics.
[deliverable/binutils-gdb.git] / bfd / elf32-h8300.c
index 67bca3f57375bdeac432f8a5241b532f1e975e47..822d985f6e7ccb5f63c8fff1c41189ec88718811 100644 (file)
@@ -468,12 +468,12 @@ elf32_h8_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
        }
       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.023034 seconds and 4 git commands to generate.