* lto-cgraph.c: Include gcov-io.h
commit6c0782b190ae85409e2b509586553cd540e3cc02
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 2009 19:08:44 +0000 (11 19:08 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Nov 2009 19:08:44 +0000 (11 19:08 +0000)
tree866b6afdd093937e7194ff58fa04991fef160e5f
parent038c21f1c13e32ff37f03d9e0704e4e83fdee166
* lto-cgraph.c: Include gcov-io.h
(output_profile_summary): New function.
(output_cgraph): Use it.
(input_profile_summary): New function.
(input_cgraph): Use it.
* coverage.c (build_ctr_info_value): Use varpool; initalize
DECL_ASSEMBLER_NAME.
(create_coverage): Likewise.
* tree-profile.c (tree_init_ic_make_global_vars): Likewise.
(tree_init_edge_profiler): Likewise.
* Makefile.in (lto-cgraph.o): Add dependency on gcov-io.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154100 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/coverage.c
gcc/lto-cgraph.c
gcc/tree-profile.c