diff options
author | Jeremy Drake <sourceware-bugzilla@jdrake.com> | 2020-09-30 10:50:46 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-09-30 10:50:46 +0100 |
commit | 51dee44b37c4254e6b6a016b062c23b8e1f9ca33 (patch) | |
tree | 9b30407380ff7a8dcd8be4061b67a71b8b8428ea /ld/ChangeLog | |
parent | e37c930f9e4ad20901493608f276011999efdf8f (diff) | |
download | fsf-binutils-gdb-51dee44b37c4254e6b6a016b062c23b8e1f9ca33.zip fsf-binutils-gdb-51dee44b37c4254e6b6a016b062c23b8e1f9ca33.tar.gz fsf-binutils-gdb-51dee44b37c4254e6b6a016b062c23b8e1f9ca33.tar.bz2 |
After preventing creating an import library for an exe when there are no exports, to avoid a crash, it turned out that some projects expected to be able to create an import library for a dll with no exports, so more closely match the condition to the condition around initializing the dll name.
PR 26588
* emultempl/pe.em (_finish): Generate an import library for DLLs,
even if they have no exports.
* emultempl/pep.em (_finish): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5cf876a..3692527 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2020-09-30 Jeremy Drake <sourceware-bugzilla@jdrake.com> + + PR 26588 + * emultempl/pe.em (_finish): Generate an import library for DLLs, + even if they have no exports. + * emultempl/pep.em (_finish): Likewise. + 2020-09-28 Alan Modra <amodra@gmail.com> * testsuite/ld-powerpc/tlsget.d, |