commit | 15014e9b31adca41bc1bd27ad6b2031d8c51f79e | [log] [tgz] |
---|---|---|
author | H.J. Lu <hjl.tools@gmail.com> | Tue Feb 04 06:16:28 2025 +0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Thu Feb 06 12:15:15 2025 +0800 |
tree | 98ba009c2951ac323e3c77cce045bce1a98336df | |
parent | 023dd0649ebcb7f82ba13aead02ed9200b6b5372 [diff] |
x86: Use hehdr_start for __ehdr_start Use hehdr_start for __ehdr_start instead of elf_link_hash_lookup. * elfxx-x86.c (elf_x86_linker_defined): Use hehdr_start if name is NULL. (_bfd_x86_elf_link_check_relocs): Pass NULL as __ehdr_start to elf_x86_linker_defined. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>