From: Alan Modra Date: Wed, 28 Aug 2002 12:32:06 +0000 (+0000) Subject: * objdump.c (dump_bfd): Restore lines accidentally deleted in X-Git-Tag: drow-cplus-branchpoint~498 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe0507eba5a15a49065f584c3f3e11079d620150;p=thirdparty%2Fbinutils-gdb.git * objdump.c (dump_bfd): Restore lines accidentally deleted in last commit. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 444dfcbc6b1..9003eae554d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-08-28 Alan Modra + + * objdump.c (dump_bfd): Restore lines accidentally deleted in + last commit. + 2002-08-28 Michael Hayes * objdump.c (dump_headers): Add printing of HAS_LOAD_PAGE flag. diff --git a/binutils/objdump.c b/binutils/objdump.c index 6488f9f0615..f15d50c5f20 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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)