]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
ld: Set the is_linker_input field
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Aug 2025 12:33:04 +0000 (05:33 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 18 Aug 2025 14:01:42 +0000 (07:01 -0700)
commit5bef3e65ec3ffdc03b1c678f21b4e16007ff03ea
treee6ea130eaec63fad6e06be5bea62d80f5165600f
parentfc6423d965d5aa406ba64a18f3a45b5c53864d9f
ld: Set the is_linker_input field

Set the is_linker_input field when adding object only section.

* ldlang.c (cmdline_add_object_only_section): Set the
is_linker_input field.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
ld/ldlang.c