summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2010-11-17 03:35:50 +0000
committerAlan Modra <amodra@bigpond.net.au>2010-11-17 03:35:50 +0000
commit75710191f916a7dc8bc6cb2d07e1c422b01b6b00 (patch)
tree5f8873dedbdb03a4ee811ebb34df05d8ee00b62f /binutils/objdump.c
parentda2fbc9c4e268fea86268cde4e20bcce862cc81e (diff)
downloadbinutils-redhat-75710191f916a7dc8bc6cb2d07e1c422b01b6b00.tar.gz
* 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".
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r--binutils/objdump.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index c672f15c66..11a11aee65 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -511,8 +511,6 @@ dump_headers (bfd *abfd)
if (wide_output)
printf (_(" Flags"));
- if (abfd->flags & HAS_LOAD_PAGE)
- printf (_(" Pg"));
printf ("\n");
bfd_map_over_sections (abfd, dump_section_header, NULL);