diff options
Diffstat (limited to 'gcc/profile.h')
-rw-r--r-- | gcc/profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.h b/gcc/profile.h index a97445b..8ccdfc4 100644 --- a/gcc/profile.h +++ b/gcc/profile.h @@ -75,7 +75,7 @@ extern void get_working_sets (void); /* Counter summary from the last set of coverage counts read by profile.cc. */ -extern struct gcov_summary *profile_info; +extern struct gcov_summary *profile_info, *gcov_profile_info; /* Return true if any cfg coverage/profiling is enabled; -fprofile-arcs -fcondition-coverage -fpath-coverage. */ |