* objdump.c (dump_bfd): Restore lines accidentally deleted in
last commit.
This commit is contained in:
parent
026df7c5e6
commit
fe0507eba5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-08-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* objdump.c (dump_bfd): Restore lines accidentally deleted in
|
||||
last commit.
|
||||
|
||||
2002-08-28 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
|
||||
|
||||
* objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag.
|
||||
|
|
|
@ -2038,6 +2038,8 @@ dump_bfd (abfd)
|
|||
}
|
||||
}
|
||||
|
||||
printf (_("\n%s: file format %s\n"), bfd_get_filename (abfd),
|
||||
abfd->xvec->name);
|
||||
if (dump_ar_hdrs)
|
||||
print_arelt_descr (stdout, abfd, true);
|
||||
if (dump_file_header)
|
||||
|
|
Loading…
Reference in a new issue