aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorMartin Storsj <martin@martin.st>2022-01-11 15:43:59 +0000
committerNick Clifton <nickc@redhat.com>2022-01-11 15:43:59 +0000
commitc4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84 (patch)
treeb173da05b0a8815f2f3ca4fd6e046beea7950371 /ld/ChangeLog
parentd02f2788c34418483927d16db7e98a8a18fd508e (diff)
downloadfsf-binutils-gdb-c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84.zip
fsf-binutils-gdb-c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84.tar.gz
fsf-binutils-gdb-c4a8df19ba0a82aa8dea88d9f72ed9e63cb1fa84.tar.bz2
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 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 6083c99..441187d 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2022-01-11 Martin Storsjö <martin@martin.st>
+
+ * 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.
+
2021-12-16 Nick Clifton <nickc@redhat.com>
PR 28686