]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - bfd/elf32-lm32.c
Pass ignored unresolved relocations to ld backend
[thirdparty/binutils-gdb.git] / bfd / elf32-lm32.c
index df6f346467d5f2507639f48db005ea67cb3c3de5..4ebe534ddf139aff6ba3f53e6ac1961b1db738ec 100644 (file)
@@ -875,12 +875,12 @@ lm32_elf_relocate_section (bfd *output_bfd,
         {
           /* It's a global symbol.  */
           bfd_boolean unresolved_reloc;
-         bfd_boolean warned;
+         bfd_boolean 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);
          name = h->root.root.string;
         }