mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
Improve verbose message
This commit is contained in:
parent
3b6ed320ba
commit
58781cd0ba
@ -1,3 +1,7 @@
|
||||
2000-06-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* ar.c (print_contents): Improve verbose message.
|
||||
|
||||
2000-06-15 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* dyn-string.c: Removed. Not needed with dyn-string.c in
|
||||
|
@ -812,7 +812,8 @@ print_contents (abfd)
|
||||
fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
|
||||
|
||||
if (verbose)
|
||||
printf ("\n<%s>\n\n", bfd_get_filename (abfd));
|
||||
/* xgettext:c-format */
|
||||
printf (_("\n<member %s>\n\n"), bfd_get_filename (abfd));
|
||||
|
||||
bfd_seek (abfd, 0, SEEK_SET);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user