r268071 - in /trunk: gcc/ChangeLog gcc/params.d...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Fri Jan 18 11:32:00 GMT 2019


Author: marxin
Date: Fri Jan 18 11:32:53 2019
New Revision: 268071

URL: https://gcc.gnu.org/viewcvs?rev=268071&root=gcc&view=rev
Log:
Bump version of __gcov_indirect_call_profiler function as there was ABI change.

2019-01-18  Martin Liska  <mliska@suse.cz>

	* params.def: Fix comment.
	* tree-profile.c (gimple_init_gcov_profiler): Bump function
	name.
	(gimple_gen_ic_func_profiler): Likewise.
2019-01-18  Martin Liska  <mliska@suse.cz>

	* gcc.dg/no_profile_instrument_function-attr-1.c: Update
	expected function name.
2019-01-18  Martin Liska  <mliska@suse.cz>

	* libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Rename
	to ...
	(__gcov_indirect_call_profiler_v3): ... this.
	* libgcov.h (__gcov_indirect_call_profiler_v2): Likewise.
	(__gcov_indirect_call_profiler_v3): Likewise.
	* Makefile.in: Bump function name.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/params.def
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/no_profile_instrument_function-attr-1.c
    trunk/gcc/tree-profile.c
    trunk/libgcc/ChangeLog
    trunk/libgcc/Makefile.in
    trunk/libgcc/libgcov-profiler.c
    trunk/libgcc/libgcov.h



More information about the Gcc-cvs mailing list