mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
* corefile.c (core_init): Report that the executable is not in the
expected executable format rather than "a.out" format.
This commit is contained in:
parent
a21e750c3e
commit
11010f5a82
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2006-03-09 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* po/sv.po: Updated Swedish translation.
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user