https://sourceware.org/bugzilla/show_bug.cgi?id=34062
--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1a5ae95bc1fde4aeb159e4e963118b17e1e730b5 commit 1a5ae95bc1fde4aeb159e4e963118b17e1e730b5 Author: Alan Modra <[email protected]> Date: Fri May 1 22:18:52 2026 +0930 PR 34062 type confusion in elf64_ia64_hash_copy_indirect The output bfd determines the linker hash table type and symbol entry type, so the output bfd functions should be used when manipulating hash table symbols. * elflink.c (_bfd_elf_add_default_symbol): Get elf backend data from output bfd, not input. (elf_link_add_object_symbols): Likewise for e_b_hide_symbol and e_b_copy_symbol. (_bfd_elf_merge_symbol): Likewise. (_bfd_elf_fix_symbol_flags): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.
