GCOV: remove typedef for function_t
commit98888fd6d903354cd05da7240cf2cbdc4152ae6b
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 09:06:13 +0000 (13 09:06 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 09:06:13 +0000 (13 09:06 +0000)
treec7fbda17b3e629bb7ce0da285702ecba69be7e10
parent67da56f670339c317b7d454995f896e43b9f8964
GCOV: remove typedef for function_t

2017-11-13  Martin Liska  <mliska@suse.cz>

* gcov.c (struct function_info): Remove typedef for function_t.
(struct source_info): Likewise.
(source_info::get_functions_at_location): Likewise.
(solve_flow_graph): Likewise.
(find_exception_blocks): Likewise.
(add_line_counts): Likewise.
(output_intermediate_file): Likewise.
(process_file): Likewise.
(generate_results): Likewise.
(release_structures): Likewise.
(read_graph_file): Likewise.
(read_count_file): Likewise.
(accumulate_line_counts): Likewise.
(output_lines): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@254675 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcov.c