MIPS: Remove remains of IRIX OS ABI support
[deliverable/binutils-gdb.git] / bfd / coff-tic4x.c
index 1e7166f11c556ff200d29e50d6a4b1c3257882d3..2a7dc8627b19e20aaef85bb708bd589aae3eff55 100644 (file)
@@ -1,5 +1,5 @@
 /* BFD back-end for TMS320C4X coff binaries.
-   Copyright (C) 1996-2014 Free Software Foundation, Inc.
+   Copyright (C) 1996-2016 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz)
 
@@ -180,8 +180,8 @@ tic4x_lookup_howto (arelent *internal,
        }
     }
 
-  (*_bfd_error_handler) (_("Unrecognized reloc type 0x%x"),
-                        (unsigned int) dst->r_type);
+  _bfd_error_handler (_("Unrecognized reloc type 0x%x"),
+                     (unsigned int) dst->r_type);
   abort();
 }
 
@@ -222,7 +222,8 @@ tic4x_reloc_processing (arelent *relent,
     {
       if (reloc->r_symndx < 0 || reloc->r_symndx >= obj_conv_table_size (abfd))
         {
-          (*_bfd_error_handler)
+         _bfd_error_handler
+           /* xgettext: c-format */
             (_("%s: warning: illegal symbol index %ld in relocs"),
              bfd_get_filename (abfd), reloc->r_symndx);
           relent->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
This page took 0.025652 seconds and 4 git commands to generate.