From: H.J. Lu Date: Thu, 16 Jan 2025 10:58:29 +0000 (+0800) Subject: NEWS: Mention mixed LTO and non-LTO output support for ld -r X-Git-Tag: binutils-2_44~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=554a48307c83c9ad9e30eb2f0aec4fb4c0170310;p=thirdparty%2Fbinutils-gdb.git NEWS: Mention mixed LTO and non-LTO output support for ld -r Signed-off-by: H.J. Lu --- diff --git a/ld/NEWS b/ld/NEWS index 4aa5408d88f..aa3d3e83f35 100644 --- 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= option to the ELF linker to behave the same as -Ttext-segment for compatibility with LLD.