aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2025-01-16 18:58:29 +0800
committerH.J. Lu <hjl.tools@gmail.com>2025-01-17 05:35:43 +0800
commit554a48307c83c9ad9e30eb2f0aec4fb4c0170310 (patch)
tree8bd683750a49280e0b52523dba836a0e69dcdf16 /ld
parent448e2086e9ebad0402f1eba45f3cd061cb644616 (diff)
downloadfsf-binutils-gdb-554a48307c83c9ad9e30eb2f0aec4fb4c0170310.zip
fsf-binutils-gdb-554a48307c83c9ad9e30eb2f0aec4fb4c0170310.tar.gz
fsf-binutils-gdb-554a48307c83c9ad9e30eb2f0aec4fb4c0170310.tar.bz2
NEWS: Mention mixed LTO and non-LTO output support for ld -r
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'ld')
-rw-r--r--ld/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/NEWS b/ld/NEWS
index 4aa5408..aa3d3e8 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=<ADDR> option to the ELF linker to behave the same
as -Ttext-segment for compatibility with LLD.