* sparc-linux-tdep.c (sparc32_linux_step_trap): New.
[deliverable/binutils-gdb.git] / gprof / corefile.c
index e02d95833f4cdca8bbd8b63abb960b1152b2d3f9..a8620efc45f4ab08738f0098f31c622cbcf95fc8 100644 (file)
@@ -155,7 +155,7 @@ core_init (const char *aout_name)
 
   if (!bfd_check_format (core_bfd, bfd_object))
     {
-      fprintf (stderr, _("%s: %s: not in a.out format\n"), whoami, aout_name);
+      fprintf (stderr, _("%s: %s: not in executable format\n"), whoami, aout_name);
       done (1);
     }
 
This page took 0.022458 seconds and 4 git commands to generate.