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

binutils/ChangeLog
binutils/objdump.c

index 444dfcbc6b1d3741f7e7807d84005202a9e1a31a..9003eae554d3e7cb729d2d9b0b6ce1fc7a9e9649 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 6488f9f061558fdc0f8cc4114b5fcf1f53cd2bbc..f15d50c5f2051a7732222a097e4b147eb1500e37 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)
This page took 0.027696 seconds and 4 git commands to generate.