summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
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 ae1b34af0c0..1acef2afc97 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+2023-05-17 Luca Bacci <luca.bacci@outlook.com>
+
+ PR 30421
+ * emultempl/pe.em (set_decoration): New function.
+ (pe_fixup_stdcalls): Call the new function.
+ * emultempl/pep.em (set_decoration): New function.
+ (pep_fixup_stdcalls): Call the new function.
+ * pe-dll.c (make_one): Check for decoated symbols.
+
2023-05-16 Nick Clifton <nickc@redhat.com>
PR 30359