aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-09-09 15:00:55 +0100
committerNick Clifton <nickc@redhat.com>2020-09-09 15:00:55 +0100
commit10556cdc8e4340b0dcc2594aec044ba7b6da4aff (patch)
treecb6b6daae9f36ad39c0904ff954279cf1b6347de /bfd/ChangeLog
parent15a32af52fdc010801396cbcf62f33d88435ac1a (diff)
downloadgdb-10556cdc8e4340b0dcc2594aec044ba7b6da4aff.zip
gdb-10556cdc8e4340b0dcc2594aec044ba7b6da4aff.tar.gz
gdb-10556cdc8e4340b0dcc2594aec044ba7b6da4aff.tar.bz2
Fix thinko in the code to check coff archive elements.
* cofflink.c (coff_link_check_archive_element): Move the check for coff type input to the start of the function.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 180a894..f266901 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2020-09-09 Nick Clifton <nickc@redhat.com>
+
+ * cofflink.c (coff_link_check_archive_element): Move the check for
+ coff type input to the start of the function.
+
2020-09-09 Alan Modra <amodra@gmail.com>
* libbfd-in.h (_bfd_write_unsigned_leb128): Declare.