mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 12:09:49 +00:00
1999-09-12 Donn Terry <donn@interix.com>
* objdump.c (dump_headers): If wide_output, print Flags header.
This commit is contained in:
parent
deecf979f6
commit
8bea4d5c6c
@ -1,5 +1,7 @@
|
||||
1999-09-12 Donn Terry <donn@interix.com>
|
||||
|
||||
* objdump.c (dump_headers): If wide_output, print Flags header.
|
||||
|
||||
* objdump.c (dump_section_header): Print any comdat information.
|
||||
|
||||
* objcopy.c (parse_flags): Handle "noload", "debug", and "share".
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user