mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
Remove "member" from verbose output of "-dv" in order to conform to POSIX
specification.
This commit is contained in:
@ -802,7 +802,7 @@ print_contents (bfd *abfd)
|
||||
|
||||
if (verbose)
|
||||
/* xgettext:c-format */
|
||||
printf (_("\n<member %s>\n\n"), bfd_get_filename (abfd));
|
||||
printf (_("\n<%s>\n\n"), bfd_get_filename (abfd));
|
||||
|
||||
bfd_seek (abfd, (file_ptr) 0, SEEK_SET);
|
||||
|
||||
|
Reference in New Issue
Block a user