This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/77749] [7 Regression] profiledbootstrap broken


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77749

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
Author: marxin
Date: Tue Sep 27 10:04:39 2016
New Revision: 240524

URL: https://gcc.gnu.org/viewcvs?rev=240524&root=gcc&view=rev
Log:
Remove __gcov_merge_delta (PR bootstrap/77749)

        PR bootstrap/77749
        * gcov-counter.def: Remove GCOV_COUNTER_V_DELTA.
        PR bootstrap/77749
        * Makefile.in: Remove _gcov_merge_delta.
        * libgcov-merge.c (void __gcov_merge_delta): Remove.
        * libgcov-util.c (__gcov_delta_counter_op): Remove.
        * libgcov.h: Remove declaration of __gcov_merge_delta.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcov-counter.def
    trunk/libgcc/ChangeLog
    trunk/libgcc/Makefile.in
    trunk/libgcc/libgcov-merge.c
    trunk/libgcc/libgcov-util.c
    trunk/libgcc/libgcov.h

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]