From: Ian Lance Taylor Date: Sat, 24 Feb 1996 23:58:44 +0000 (+0000) Subject: * bfd.c (bfd_errmsg): Handle a NULL return from strerror. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15f4406cf897e77bbe6171917463e89023a98b76;p=binutils-gdb.git * bfd.c (bfd_errmsg): Handle a NULL return from strerror. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 21b4f5fc5b1..bdd3ef0fdcf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Sat Feb 24 11:38:58 1996 Ian Lance Taylor + * bfd.c (bfd_errmsg): Handle a NULL return from strerror. + * 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.