aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-01-27 11:59:53 +0000
committerNick Clifton <nickc@redhat.com>2023-01-27 12:00:35 +0000
commit1c66b8a03989b963534689ec0a9cce57e419afd5 (patch)
tree871d00e8b014f8dabcf1eab26dd53812f81f2640 /ld/ChangeLog
parent31b4cda3d55258784dec140d44b0a66f14294ff6 (diff)
downloadbinutils-1c66b8a03989b963534689ec0a9cce57e419afd5.zip
binutils-1c66b8a03989b963534689ec0a9cce57e419afd5.tar.gz
binutils-1c66b8a03989b963534689ec0a9cce57e419afd5.tar.bz2
Another fix for EFI generation with LTO enabled.
PR 29998 * pe-dll.c (build_filler_bfd): Initialise the next field of the filler input statement, so that it does not break the file chain.
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 502da5e..4823658 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2023-01-27 Nick Clifton <nickc@redhat.com>
+
+ PR 29998
+ * pe-dll.c (build_filler_bfd): Initialise the next field of the
+ filler input statement, so that it does not break the file chain.
+
2023-01-24 Nick Clifton <nickc@redhat.com>
PR 29998