Use %A and %B in more error messages
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 6951e671e5a7b1b8698d9d5f14e20aed68267ee8..00cc3c0a891bcd92ed3fad079f70e9cc4f78c446 100644 (file)
@@ -468,8 +468,7 @@ 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 (_("%B: warning core file truncated"), abfd);
 
   /* Allocate core file header.  */
 #ifndef BFD64
This page took 0.032652 seconds and 4 git commands to generate.