Use %A and %B in more error messages
[deliverable/binutils-gdb.git] / bfd / hpux-core.c
index 11dc9d543c58e00a40de2237e1ae6ff8a2d12aaf..ae627c78646d8e7ca4eef128b6ae6e93fa68bb6f 100644 (file)
@@ -337,8 +337,10 @@ hpux_core_core_file_p (bfd *abfd)
      */
   if ((unknown_sections > 0) && (good_sections > 0))
     _bfd_error_handler
-      ("%s appears to be a core file,\nbut contains unknown sections.  It may have been created on an incompatible\nversion of HP-UX.  As a result, some information may be unavailable.\n",
-       abfd->filename);
+      ("%B appears to be a core file,\nbut contains unknown sections."
+       "  It may have been created on an incompatible\nversion of HP-UX."
+       "  As a result, some information may be unavailable.\n",
+       abfd);
 
   return abfd->xvec;
 
This page took 0.024 seconds and 4 git commands to generate.