summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-02-20 11:32:52 +0000
committerNick Clifton <nickc@redhat.com>2023-02-20 11:32:52 +0000
commitc9802aca6d152c4a47252f69ad81556dbc24e312 (patch)
tree1d49ae6d446ecced96c944b4ecb42172162b3dcd /ld/ChangeLog
parent868014341a7befe77468a87ef9d9da109cbf3c3c (diff)
downloadbinutils-gdb-c9802aca6d152c4a47252f69ad81556dbc24e312.tar.gz
So the linker from producing an export data table when run with --exclude-all-symbols.
PR 30004 * pe-dll.c (pe_dll_build_sections): Do not build an edata section if all symbols are being excluded.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 0fa00a95525..de9ed2753bc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2023-02-20 Nick Clifton <nickc@redhat.com>
+
+ PR 30004
+ * pe-dll.c (pe_dll_build_sections): Do not build an edata section
+ if all symbols are being excluded.
+
2023-02-16 Ulf Samuelsson <binutils@emagii.com>
Nick Clifton <nickc@redhat.com>