forked from Imagelibrary/binutils-gdb
1999-09-12 Donn Terry <donn@interix.com>
* objdump.c (dump_headers): If wide_output, print Flags header.
This commit is contained in:
@@ -385,11 +385,17 @@ dump_headers (abfd)
|
||||
bfd *abfd;
|
||||
{
|
||||
printf (_("Sections:\n"));
|
||||
|
||||
#ifndef BFD64
|
||||
printf (_("Idx Name Size VMA LMA File off Algn\n"));
|
||||
printf (_("Idx Name Size VMA LMA File off Algn"));
|
||||
#else
|
||||
printf (_("Idx Name Size VMA LMA File off Algn\n"));
|
||||
printf (_("Idx Name Size VMA LMA File off Algn"));
|
||||
#endif
|
||||
|
||||
if (wide_output)
|
||||
printf (_(" Flags"));
|
||||
printf ("\n");
|
||||
|
||||
bfd_map_over_sections (abfd, dump_section_header, (PTR) NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user