]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
elf: Drop the FIXME comment in set_symbol_value
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Oct 2025 21:10:49 +0000 (05:10 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 24 Oct 2025 21:10:49 +0000 (05:10 +0800)
commit4b0d1b38bf8b4d3e4ce6bd990c46f574ae316ca8
tree14a333844bc4dd6a5b72d192795f1f86c7027aba
parent1266b99f270679e76db512214541e51f8c6e1c11
elf: Drop the FIXME comment in set_symbol_value

Since

commit aeaaa9af6359c8e394ce9cf24911fec4f4d23703
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Sep 23 08:52:26 2025 +0800

    elf: Return error on unsorted symbol table if not allowed

returns false when get_link_hash_entry returns NULL, we can drop the FIXME
comment now.

PR ld/33450
* elflink.c (set_symbol_value): Drop the FIXME comment.

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