]> git.ipfire.org Git - thirdparty/gcc.git/commit
libfuncs.h (LTI_setbits, [...]): New.
authorRichard Henderson <rth@redhat.com>
Fri, 11 Apr 2003 19:45:32 +0000 (12:45 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 11 Apr 2003 19:45:32 +0000 (12:45 -0700)
commit68d28100a03d7a4bb0f5763f6478c2c84bf4e2ab
treeb0e7821af42b01b42543a20a94b4ac966bf4eff5
parent8d3f856e31650d9c61a53af7b243d9d96702fbbd
libfuncs.h (LTI_setbits, [...]): New.

        * libfuncs.h (LTI_setbits, LTI_gcov_flush, LTI_gcov_init): New.
        (setbits_libfunc, gcov_flush_libfunc, gcov_init_libfunc): New.
        * optabs.c (init_optabs): Initialize them.
        (init_libfuncs): Use init_one_libfunc.
        * calls.c (expand_call): Use gcov_flush_libfunc.
        * expr.c (store_constructor): Use setbits_libfunc.
        * function.c (expand_main_function): Use init_one_libfunc.
        * profile.c (create_profiler): Use gcov_init_libfunc and DECL_RTL.

From-SVN: r65478
gcc/ChangeLog
gcc/calls.c
gcc/expr.c
gcc/function.c
gcc/libfuncs.h
gcc/optabs.c
gcc/profile.c