GCOV: introduce global vector of functions
authorMartin Liska <mliska@suse.cz>
Mon, 13 Nov 2017 09:05:20 +0000 (10:05 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 13 Nov 2017 09:05:20 +0000 (09:05 +0000)
commit211bea6b40bfa457a9e8619cf653227206736e76
treea0f4cfcab205fc31c28cf7a2b8142ba15430131a
parent5bfd2f9bc61af31a8ada151a6e841b10e37b302c
GCOV: introduce global vector of functions

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

* gcov.c (read_graph_file): Store to global vector of functions.
(read_count_file): Iterate the vector.
(process_file): Likewise.
(generate_results): Likewise.
(release_structures): Likewise.

From-SVN: r254672
gcc/ChangeLog
gcc/gcov.c