* ar.c (print_contents): Don't internationalize strings without words.
* dwarf.c (process_extended_line_op): Likewise. (process_debug_info): Likwise. (display_debug_lines_raw): Likewise. (display_debug_lines_decoded): Likewise. (display_debug_abbrev): Likewise. * readelf.c (process_file_header): Likewise. (GET_OP): Likewise. (decode_arm_unwind): Likewise. (process_mips_specific): Likewise. * resrc.c (run_cmd): Likewise. (rcparse_warning): Likewise. * objdump.c (dump_headers): Don't print "Pg".
This commit is contained in:
parent
f9e6589d87
commit
cc5914eb31
6 changed files with 54 additions and 44 deletions
|
@ -820,8 +820,7 @@ print_contents (bfd *abfd)
|
|||
fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
|
||||
|
||||
if (verbose)
|
||||
/* xgettext:c-format */
|
||||
printf (_("\n<%s>\n\n"), bfd_get_filename (abfd));
|
||||
printf ("\n<%s>\n\n", bfd_get_filename (abfd));
|
||||
|
||||
bfd_seek (abfd, (file_ptr) 0, SEEK_SET);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue