public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/97722] New: undefined symbol: __gcov_indirect_call_callee
@ 2020-11-05  5:13 jongsung.kim at gmail dot com
  2020-11-05  7:41 ` [Bug gcov-profile/97722] " rguenth at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jongsung.kim at gmail dot com @ 2020-11-05  5:13 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97722

            Bug ID: 97722
           Summary: undefined symbol: __gcov_indirect_call_callee
           Product: gcc
           Version: 10.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jongsung.kim at gmail dot com
  Target Milestone: ---

ARM-crosscompiled a C++ project using g++ with -fprofile-generate option.
Compiled okay, but got an error when I executed the binary:

symbol lookup error: ...: undefinded symbol: __gcov_indirect_call_callee

There are undefined symbol table entries for __gcov_indirect_call_callee in
both symbol tables:

.dynsym
     4: 00000000     0 TLS     GLOBAL DEFAULT  UND __gcov_indirect_call_call
.symtab
 18165: 00000000     0 TLS     GLOBAL DEFAULT  UND __gcov_indirect_call_call

but I can't find any instruction referencing this symbol.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-09  8:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  5:13 [Bug c++/97722] New: undefined symbol: __gcov_indirect_call_callee jongsung.kim at gmail dot com
2020-11-05  7:41 ` [Bug gcov-profile/97722] " rguenth at gcc dot gnu.org
2020-11-05  8:41 ` marxin at gcc dot gnu.org
2020-11-09  8:24 ` jongsung.kim at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).