Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 0f469c4c706f47df81809245032af60fa06ff656..0e66cc349b484c610184365c3283df5172de542a 100644 (file)
@@ -1,5 +1,5 @@
 /* IBM RS/6000 "XCOFF" back-end for BFD.
-   Copyright (C) 1990-2015 Free Software Foundation, Inc.
+   Copyright (C) 1990-2017 Free Software Foundation, Inc.
    Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
    Archive support from Damon A. Permezel.
    Contributed by IBM Corporation and Cygnus Support.
@@ -468,8 +468,8 @@ rs6000coff_core_p (bfd *abfd)
 
   /* Issue warning if the core file was truncated during writing.  */
   if (c_flag & CORE_TRUNC)
-    (*_bfd_error_handler) (_("%s: warning core file truncated"),
-                          bfd_get_filename (abfd));
+    _bfd_error_handler (_("%s: warning core file truncated"),
+                       bfd_get_filename (abfd));
 
   /* Allocate core file header.  */
 #ifndef BFD64
This page took 0.024568 seconds and 4 git commands to generate.