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 | |
parent | 026df7c5e64e4a8de40c8d744980b511bcce983d (diff) | |
download | fsf-binutils-gdb-fe0507eba5a15a49065f584c3f3e11079d620150.zip fsf-binutils-gdb-fe0507eba5a15a49065f584c3f3e11079d620150.tar.gz fsf-binutils-gdb-fe0507eba5a15a49065f584c3f3e11079d620150.tar.bz2 |
* objdump.c (dump_bfd): Restore lines accidentally deleted in
last commit.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/objdump.c | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 444dfcb..9003eae 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. 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) |