]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
NEWS: Mention mixed LTO and non-LTO output support for ld -r
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Jan 2025 10:58:29 +0000 (18:58 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 16 Jan 2025 21:35:43 +0000 (05:35 +0800)
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
ld/NEWS

diff --git a/ld/NEWS b/ld/NEWS
index 4aa5408d88f5c357bf837ff15e833864de5773e3..aa3d3e83f357eebf50ba23465a806a537e66387f 100644 (file)
--- a/ld/NEWS
+++ b/ld/NEWS
@@ -5,6 +5,8 @@
 
 Changes in 2.44:
 
+* Add support for mixed LTO and non-LTO codes in relocatable output.
+
 * Add --image-base=<ADDR> option to the ELF linker to behave the same
   as -Ttext-segment for compatibility with LLD.