Move C-related declarations to compile-c.h
[deliverable/binutils-gdb.git] / bfd / rs6000-core.c
index 8958c4ab954efdce8e2fd0800cb5e944b7d74512..a2f0d23155ae6e76f1d7c33493bba982ddca0c9b 100644 (file)
@@ -468,7 +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 (_("%B: warning core file truncated"), abfd);
+    _bfd_error_handler (_("%pB: warning core file truncated"), abfd);
 
   /* Allocate core file header.  */
 #ifndef BFD64
This page took 0.034884 seconds and 4 git commands to generate.