diff options
author | Nathan Sidwell <nathan@acm.org> | 2014-08-01 10:05:42 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2014-08-01 10:05:42 +0000 |
commit | b98a872b2227a0a075cce2549db7bb415fe6e083 (patch) | |
tree | 8e8e30935e1249bb36ac049299e6fb8117983da3 /libgcc/Makefile.in | |
parent | 4d49c6e1495d4fb524123042ef1e52738b699733 (diff) | |
download | gcc-b98a872b2227a0a075cce2549db7bb415fe6e083.zip gcc-b98a872b2227a0a075cce2549db7bb415fe6e083.tar.gz gcc-b98a872b2227a0a075cce2549db7bb415fe6e083.tar.bz2 |
Makefile.in (LIBGCOV_MERGE, [...]): Reformat.
* Makefile.in (LIBGCOV_MERGE, LIBGCOV_PROFILER,
LIBGCOV_INTERFACE): Reformat.
* libgcov-driver.c (gcov_exit, __gcov_init): Disable when
IN_GCOV_TOOL.
* libgcov-interface.c: Reformat some comments.
(__gcov_flush_mx): Add declaration. Tidy up definition.
From-SVN: r213442
Diffstat (limited to 'libgcc/Makefile.in')
-rw-r--r-- | libgcc/Makefile.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index e86e98d..f37515ece 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -852,13 +852,15 @@ include $(iterator) # Build libgcov components. -LIBGCOV_MERGE = _gcov_merge_add _gcov_merge_single _gcov_merge_delta _gcov_merge_ior \ - _gcov_merge_time_profile -LIBGCOV_PROFILER = _gcov_interval_profiler _gcov_pow2_profiler _gcov_one_value_profiler \ - _gcov_indirect_call_profiler _gcov_average_profiler _gcov_ior_profiler \ - _gcov_indirect_call_profiler_v2 _gcov_time_profiler -LIBGCOV_INTERFACE = _gcov_flush _gcov_fork _gcov_execl _gcov_execlp _gcov_execle \ - _gcov_execv _gcov_execvp _gcov_execve _gcov_reset _gcov_dump +LIBGCOV_MERGE = _gcov_merge_add _gcov_merge_single _gcov_merge_delta \ + _gcov_merge_ior _gcov_merge_time_profile +LIBGCOV_PROFILER = _gcov_interval_profiler _gcov_pow2_profiler \ + _gcov_one_value_profiler _gcov_indirect_call_profiler \ + _gcov_average_profiler _gcov_ior_profiler \ + _gcov_indirect_call_profiler_v2 _gcov_time_profiler +LIBGCOV_INTERFACE = _gcov_flush _gcov_fork _gcov_execl _gcov_execlp \ + _gcov_execle _gcov_execv _gcov_execvp _gcov_execve _gcov_reset \ + _gcov_dump LIBGCOV_DRIVER = _gcov libgcov-merge-objects = $(patsubst %,%$(objext),$(LIBGCOV_MERGE)) |