-
- Downloads
gcov-io.h: Add a local time stamp.
* gcov-io.h: Add a local time stamp. (struct gcov_info): Add stamp field. (gcov_truncate): New. * coverage.c (read_counts_file): Skip the stamp. (coverage_begin_output): Write the stamp. (build_gcov_info): Declare and init the stamp. (coverage_finish): Only unlink data file, if stamp is zero. * gcov-dump.c (dump_file): Dump the stamp. * gcov.c (bbg_stamp): New. (release_structures): Clear bbg_stamp. (read_graph_file): Read stamp. (read_count_file): Check stamp. * libgcov.c (gcov_exit): Check stamp and truncate if needed. From-SVN: r69006
Showing
- gcc/ChangeLog 16 additions, 0 deletionsgcc/ChangeLog
- gcc/coverage.c 15 additions, 7 deletionsgcc/coverage.c
- gcc/gcov-dump.c 7 additions, 0 deletionsgcc/gcov-dump.c
- gcc/gcov-io.h 17 additions, 3 deletionsgcc/gcov-io.h
- gcc/gcov.c 12 additions, 1 deletiongcc/gcov.c
- gcc/libgcov.c 13 additions, 3 deletionsgcc/libgcov.c
Loading
Please register or sign in to comment