> Hi. > > The patch is about missing atomic profiler function for indirect calls. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed? > Thanks, > Martin > > gcc/ChangeLog: > > 2020-01-27 Martin Liska <mli...@suse.cz> > > PR gcov-profile/93403 > * tree-profile.c (gimple_init_gcov_profiler): Generate > both __gcov_indirect_call_profiler_v4 and > __gcov_indirect_call_profiler_v4_atomic. > > libgcc/ChangeLog: > > 2020-01-27 Martin Liska <mli...@suse.cz> > > PR gcov-profile/93403 > * libgcov-profiler.c (__gcov_indirect_call_profiler_v4): > Call __gcov_indirect_call_profiler_body. > (__gcov_indirect_call_profiler_body): New. > (__gcov_indirect_call_profiler_v4_atomic): New. > * libgcov.h (__gcov_indirect_call_profiler_v4_atomic): > New declaration. OK, thanks!
Honza