PR22374 testcase, function pointer references in .data
[deliverable/binutils-gdb.git] / bfd / coff-tic4x.c
index aae05915958c418602053e2d7c608e03fe878c6e..89dc36b0b698a3a58a3eadc0ad1a4bff720e4154 100644 (file)
@@ -224,8 +224,8 @@ tic4x_reloc_processing (arelent *relent,
         {
          _bfd_error_handler
            /* xgettext: c-format */
-            (_("%s: warning: illegal symbol index %ld in relocs"),
-             bfd_get_filename (abfd), reloc->r_symndx);
+           (_("%B: warning: illegal symbol index %ld in relocs"),
+            abfd, reloc->r_symndx);
           relent->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
           ptr = NULL;
         }
This page took 0.023222 seconds and 4 git commands to generate.