public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: improve gprof error message
@ 2006-03-22  4:52 Ben Elliston
  2006-04-07 15:50 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Elliston @ 2006-03-22  4:52 UTC (permalink / raw)
  To: binutils

Pretty obvious, I'd have thought.
Okay for the trunk?

2006-03-21  Ben Elliston  <bje@au.ibm.com>

       * corefile.c (core_init): Report that the executable is not in the
       expected executable format rather than "a.out" format.

Index: corefile.c
===================================================================
RCS file: /cvs/src/src/gprof/corefile.c,v
retrieving revision 1.23
diff -u -p -r1.23 corefile.c
--- corefile.c  9 May 2005 06:55:24 -0000       1.23
+++ corefile.c  22 Mar 2006 03:42:16 -0000
@@ -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);
     }
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: PATCH: improve gprof error message
  2006-03-22  4:52 PATCH: improve gprof error message Ben Elliston
@ 2006-04-07 15:50 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2006-04-07 15:50 UTC (permalink / raw)
  To: Ben Elliston; +Cc: binutils

Hi Ben,

> 2006-03-21  Ben Elliston  <bje@au.ibm.com>
> 
>        * corefile.c (core_init): Report that the executable is not in the
>        expected executable format rather than "a.out" format.

Approved - please apply.

Cheers
   Nick

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-07 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-22  4:52 PATCH: improve gprof error message Ben Elliston
2006-04-07 15:50 ` Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).