aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-24 23:58:44 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-24 23:58:44 +0000
commit15f4406cf897e77bbe6171917463e89023a98b76 (patch)
tree78923c8aa678e778a905fd508bed994438fa36af /bfd
parentc84351331679a27e508765bbf8c42b82b4dcb162 (diff)
downloadgdb-15f4406cf897e77bbe6171917463e89023a98b76.zip
gdb-15f4406cf897e77bbe6171917463e89023a98b76.tar.gz
gdb-15f4406cf897e77bbe6171917463e89023a98b76.tar.bz2
* bfd.c (bfd_errmsg): Handle a NULL return from strerror.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 21b4f5f..bdd3ef0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,7 @@
Sat Feb 24 11:38:58 1996 Ian Lance Taylor <ian@cygnus.com>
+ * 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.