]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/coverage.c
New GCOV_TAG_FUNCTION layout
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 24 Apr 2003 09:46:17 +0000 (09:46 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 24 Apr 2003 09:46:17 +0000 (09:46 +0000)
commit796621e8c274bfce5c7f3f1d23126267b91f102f
tree1dff424ee79b2287699dd3e721d653f4dbfa039f
parent374ca7f74e476db1cf06296eea9ca4bce8b2264a
New GCOV_TAG_FUNCTION layout

New GCOV_TAG_FUNCTION layout
* coverage.c (struct function_list): Replace name with ident.
(struct counts_entry): Likewise.
(fn_ident): New.
(htab_counts_entry_hash, htab_counts_entry_eq,
htab_counts_entry_del): Adjust.
(reads_count_file, get_coverage_counts,
coverage_begin_output, coverage_end_function): Adjust.
(build_fn_info_type, build_fn_info_value): Likewise.
* gcov-dump.c (tag_function): Adjust.
* gcov-io.c (gcov_write_string, gcov_read_string): Not in LIBGCOV.
* gcov-io.h (gcov_write_string, gcov_read_string): Not in LIBGCOV.
* gcov.c (struct function_info): Add ident.
(read_graph_file, read_count_file): Adjust.
* libgcov.c (gcov_exit): Adjust.

From-SVN: r66035
gcc/ChangeLog
gcc/coverage.c
gcc/gcov-dump.c
gcc/gcov-io.c
gcc/gcov-io.h
gcc/gcov.c
gcc/libgcov.c