btrace, test: fix multi-line btrace tests
[deliverable/binutils-gdb.git] / bfd / elfxx-tilegx.c
index c57e38f3a719d8828ebbd72827144e22201692f3..594ee7998493ae2fc904285ef67fb648928eec0d 100644 (file)
@@ -3191,12 +3191,13 @@ tilegx_elf_relocate_section (bfd *output_bfd, struct bfd_link_info *info,
        }
       else
        {
-         bfd_boolean warned;
+         bfd_boolean warned ATTRIBUTE_UNUSED;
+         bfd_boolean ignored ATTRIBUTE_UNUSED;
 
          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 (warned)
            {
              /* To avoid generating warning messages about truncated
This page took 0.023405 seconds and 4 git commands to generate.