From 11010f5a82bae6b40067c04c33184c70c0c99e10 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 22 Mar 2006 03:51:02 +0000 Subject: * corefile.c (core_init): Report that the executable is not in the expected executable format rather than "a.out" format. --- gprof/corefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gprof/corefile.c') diff --git a/gprof/corefile.c b/gprof/corefile.c index e02d958..a8620ef 100644 --- a/gprof/corefile.c +++ b/gprof/corefile.c @@ -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); } -- cgit v1.1