diff options
author | Nick Clifton <nickc@redhat.com> | 2020-09-09 15:00:55 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-09-09 15:00:55 +0100 |
commit | 10556cdc8e4340b0dcc2594aec044ba7b6da4aff (patch) | |
tree | cb6b6daae9f36ad39c0904ff954279cf1b6347de /bfd/ChangeLog | |
parent | 15a32af52fdc010801396cbcf62f33d88435ac1a (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |