* archive.c (bfd_generic_archive_p): If the first file in the
authorIan Lance Taylor <ian@airs.com>
Sat, 24 Feb 1996 20:45:20 +0000 (20:45 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 24 Feb 1996 20:45:20 +0000 (20:45 +0000)
archive can not be recognized as an object, don't assume that this
is the wrong format.
PR 9082.

bfd/ChangeLog

index 1e7f305..21b4f5f 100644 (file)
@@ -1,5 +1,9 @@
 Sat Feb 24 11:38:58 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * archive.c (bfd_generic_archive_p): If the first file in the
+       archive can not be recognized as an object, don't assume that this
+       is the wrong format.
+
        * elf.c (bfd_elf_set_dt_needed_name): Don't do anything if the
        format is not bfd_object.
        (bfd_elf_get_dt_soname): Likewise.