From: Ian Lance Taylor Date: Sat, 24 Feb 1996 20:45:20 +0000 (+0000) Subject: * archive.c (bfd_generic_archive_p): If the first file in the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c84351331679a27e508765bbf8c42b82b4dcb162;p=binutils-gdb.git * 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. PR 9082. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1e7f3055000..21b4f5fc5b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Sat Feb 24 11:38:58 1996 Ian Lance Taylor + * 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.