r198034 - in /branches/google/main: gcc/coverag...

tejohnson@gcc.gnu.org tejohnson@gcc.gnu.org
Wed Apr 17 16:39:00 GMT 2013


Author: tejohnson
Date: Wed Apr 17 16:39:18 2013
New Revision: 198034

URL: http://gcc.gnu.org/viewcvs?rev=198034&root=gcc&view=rev
Log:
Patch to add interface for querying the profile directory prefix
specified to the -fprofile-generate= option.

Google ref b/8629045.

2013-04-17  Teresa Johnson  <tejohnson@google.com>

	* libgcc/libgcov.c (__gcov_get_profile_prefix): New function.
	* gcc/tree-profile.c (tree_init_instrumentation): New function.
	* gcc/coverage.c (get_const_string_type): New function.
	(coverage_init): Invoke tree_init_instrumentation().
	* gcc/coverage.h (get_const_string_type): Declare.
        (tree_init_instrumentation): Ditto.

Modified:
    branches/google/main/gcc/coverage.c
    branches/google/main/gcc/coverage.h
    branches/google/main/gcc/tree-profile.c
    branches/google/main/libgcc/libgcov.c



More information about the Gcc-cvs mailing list