diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2025-01-16 18:58:29 +0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2025-01-17 05:35:43 +0800 |
commit | 554a48307c83c9ad9e30eb2f0aec4fb4c0170310 (patch) | |
tree | 8bd683750a49280e0b52523dba836a0e69dcdf16 /ld | |
parent | 448e2086e9ebad0402f1eba45f3cd061cb644616 (diff) | |
download | fsf-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |