diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcov-counter.def | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1a2d42f..66f0dae 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-09-27 Martin Liska <mliska@suse.cz> + + PR bootstrap/77749 + * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA. + 2016-09-27 Jakub Jelinek <jakub@redhat.com> * combine.c (simplify_comparison): Add canonical FALLTHROUGH comments. diff --git a/gcc/gcov-counter.def b/gcc/gcov-counter.def index 64c2673..55d3f0c 100644 --- a/gcc/gcov-counter.def +++ b/gcc/gcov-counter.def @@ -38,9 +38,6 @@ DEF_GCOV_COUNTER(GCOV_COUNTER_V_POW2, "pow2", _add) /* The most common value of expression. */ DEF_GCOV_COUNTER(GCOV_COUNTER_V_SINGLE, "single", _single) -/* The most common difference between consecutive values of expression. */ -DEF_GCOV_COUNTER(GCOV_COUNTER_V_DELTA, "delta", _delta) - /* The most common indirect address. */ DEF_GCOV_COUNTER(GCOV_COUNTER_V_INDIR, "indirect_call", _single) |