This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 92db552 Set +x for two python scripts. new defa702 Fix POW2 histogram new 7d4f18f Fix usage of POW2 histogram new 2d917ab Remove __gcov_indirect_call_profiler new ba662a8 Fix typo in gcov.texi
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 16 ++++++++++++++++ gcc/doc/gcov-tool.texi | 2 +- gcc/doc/gcov.texi | 6 +++--- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/gcc.dg/tree-prof/val-prof-8.c | 19 +++++++++++++++++++ gcc/testsuite/gcc.dg/tree-prof/val-prof-9.c | 18 ++++++++++++++++++ gcc/value-prof.c | 7 ++++--- libgcc/ChangeLog | 16 ++++++++++++++++ libgcc/Makefile.in | 2 +- libgcc/libgcov-profiler.c | 29 +---------------------------- libgcc/libgcov-util.c | 3 ++- libgcc/libgcov.h | 2 -- 12 files changed, 89 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-prof/val-prof-8.c create mode 100644 gcc/testsuite/gcc.dg/tree-prof/val-prof-9.c