https://sourceware.org/bugzilla/show_bug.cgi?id=23591

--- Comment #1 from Mike Hommey <mh-sourceware at glandium dot org> ---
It seems to be due to most __sancov_cntrs sections having the SHT_GROUP flag.
This makes _bfd_elf_section_already_linked set the section's output_section to
bfd_abs_section_ptr, which then fulfils the condition in undef_start_stop
(bfs_abs_section_ptr->owner != link_info.output_bfd), which then marks the
__start/__stop symbols as undefined.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to