[PATCH v3] Caller instrumentation with -finstrument-calls

2013-09-17 Thread Paul Woegerer
into GCC 4.9.0. Thanks, Paul Paul Woegerer (1): Caller instrumentation with -finstrument-calls. gcc/builtins.def| 5 ++ gcc/c-family/c-common.c | 34 +++ gcc/c/c-decl.c | 2 + gcc/common.opt

[PATCH] Caller instrumentation with -finstrument-calls.

2013-09-17 Thread Paul Woegerer
2013-07-01 Paul Woegerer Caller instrumentation with -finstrument-calls. * gcc/builtins.def: Add call-hooks __gnu_profile_call_before and __gnu_profile_call_after. * gcc/libfuncs.h (enum libfunc_index): Likewise. * gcc/optabs.c (init_optabs): Likewise