diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-28 12:32:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-28 12:32:06 +0000 |
commit | fe0507eba5a15a49065f584c3f3e11079d620150 (patch) | |
tree | d2ecf49759886d4188637999ff9070006cb1d782 /binutils/objdump.c | |
parent | 026df7c5e64e4a8de40c8d744980b511bcce983d (diff) | |
download | gdb-fe0507eba5a15a49065f584c3f3e11079d620150.zip gdb-fe0507eba5a15a49065f584c3f3e11079d620150.tar.gz gdb-fe0507eba5a15a49065f584c3f3e11079d620150.tar.bz2 |
* objdump.c (dump_bfd): Restore lines accidentally deleted in
last commit.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 6488f9f..f15d50c 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) |