This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/43602] ___emutls_v.__gcov_indirect_call_[counters|callee] undefined on *-*-darwin*



------- Comment #10 from howarth at nitro dot med dot uc dot edu  2010-03-31 23:30 -------
Is it expected that the lines...

/* Add code:
   static gcov* __gcov_indirect_call_counters; // pointer to actual counter
   static void* __gcov_indirect_call_callee; // actual callee address
*/

are commented in tree-profile.c? It is curious that these happen to be the same
two symbols that end up unresolved.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43602


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]