aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2017-12-15 18:55:39 +0000
committerNick Clifton <nickc@redhat.com>2017-12-15 18:55:39 +0000
commitfc076a47fd716ca75447d432251abc67a19ef908 (patch)
treea3a7e026381157d235978831399a6b97a9a4a354 /bfd/ChangeLog
parent68f81d60196eb201b209873cf53258f13b0046b9 (diff)
downloadgdb-fc076a47fd716ca75447d432251abc67a19ef908.zip
gdb-fc076a47fd716ca75447d432251abc67a19ef908.tar.gz
gdb-fc076a47fd716ca75447d432251abc67a19ef908.tar.bz2
Update documentation regarding the bfd returned by bfd_openr_next_archived_file
PR 22571 * archive.c (bfd_openr_next_archived_file): Extend the documentation to note that it is necessary to call bfd_check_format on the rrturned bfd before using it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index debd663..4d4b10f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2017-12-15 Nick Clifton <nickc@redhat.com>
+
+ PR 22571
+ * archive.c (bfd_openr_next_archived_file): Extend the
+ documentation to note that it is necessary to call
+ bfd_check_format on the rrturned bfd before using it.
+
2017-12-14 Nick Clifton <nickc@redhat.com>
* cpu-mt.c: Update address of FSF in copyright notice.