aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-24 20:45:20 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-24 20:45:20 +0000
commitc84351331679a27e508765bbf8c42b82b4dcb162 (patch)
treeba0f3e9d0d8fd3fe734bea4f73c8e993fe27f8d0 /bfd
parenta97a483ca8ec1399ae3eb210945a117512880581 (diff)
downloadgdb-c84351331679a27e508765bbf8c42b82b4dcb162.zip
gdb-c84351331679a27e508765bbf8c42b82b4dcb162.tar.gz
gdb-c84351331679a27e508765bbf8c42b82b4dcb162.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1e7f305..21b4f5f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.