GCOV: introduce global vector of functions
commit457c9288ec3d3c554d4d129ecff5e422c29e2ccb
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 09:05:20 +0000 (13 09:05 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Nov 2017 09:05:20 +0000 (13 09:05 +0000)
treea0f4cfcab205fc31c28cf7a2b8142ba15430131a
parent950ddbd7c12ae2fd7c734009c568b81249838f16
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.

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