diff options
author | Martin Storsj <martin@martin.st> | 2022-01-11 15:43:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-01-11 15:43:59 +0000 |
commit | c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84 (patch) | |
tree | b173da05b0a8815f2f3ca4fd6e046beea7950371 /binutils/ChangeLog | |
parent | d02f2788c34418483927d16db7e98a8a18fd508e (diff) | |
download | binutils-gdb-c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84.tar.gz |
Fix multiple problems with DLL generation.
ld * pe-dll.c (make_head): Prefix the symbol name with the dll name.
(make_tail, make_one, make_singleton_name_thunk): Likewise.
(make_import_fixup_entry, make_runtime_pseudo_reloc): Likewise.
(pe_create_runtime_relocator_reference): Likewise.
(pe_dll_generate_implib): Set dll_symname_len.
(pe_process_import_defs): Likewise.
binutils
* dlltool.c (main): If a prefix has not been provided, attempt to
use a deterministic one based upon the dll name.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ff25db288a7..8e31f1472cc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2022-01-11 Martin Storsjö <martin@martin.st> + + * dlltool.c (main): If a prefix has not been provided, attempt to + use a deterministic one based upon the dll name. + 2022-01-07 Pavel Mayorov <pmayorov@cloudlinux.com> PR 28718 |