> Hi.
>
> Last GCOV patch renames __gcov_indirect_call_profiler_v2 to
> __gcov_indirect_call_profiler_v3
> as we changed ABI and one should see a linker error instead of strange
> run-time error.
> That can happen when somebody mixes objects built with a different version of
> compiler.
>
> Pa
Hi.
Last GCOV patch renames __gcov_indirect_call_profiler_v2 to
__gcov_indirect_call_profiler_v3
as we changed ABI and one should see a linker error instead of strange run-time
error.
That can happen when somebody mixes objects built with a different version of
compiler.
Patch can bootstrap on