OSDN Git Service

* objdump.c (dump_bfd): Restore lines accidentally deleted in
authorAlan Modra <amodra@bigpond.net.au>
Wed, 28 Aug 2002 12:32:06 +0000 (12:32 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Wed, 28 Aug 2002 12:32:06 +0000 (12:32 +0000)
last commit.

binutils/ChangeLog
binutils/objdump.c

index 444dfcb..9003eae 100644 (file)
@@ -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. 
index 6488f9f..f15d50c 100644 (file)
@@ -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)