bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/23591] undefined reference to `__start___sancov_cntrs' when buil


From: mh-sourceware at glandium dot org
Subject: [Bug ld/23591] undefined reference to `__start___sancov_cntrs' when building with clang + asan + fuzzing + ld.bfd
Date: Thu, 30 Aug 2018 06:36:44 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]