Hi,
I apologize for long time for the review.
> > diff --git a/gcc/c-family/c-common.c b/gcc/c-family/c-common.c
> > index 8f7f5e5..f3ad003 100644
> > --- a/gcc/c-family/c-common.c
> > +++ b/gcc/c-family/c-common.c
> > @@ -343,6 +343,8 @@ static tree handle_tls_model_attribute (tree *, tree,
> >
...just about time for another ping on GCC caller instrumentation:
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html
Thanks,
Paul
On 07/10/2013 04:43 PM, wrote:
> Ping,
>
> The updated patch that I have sent here:
> http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html
> is still pending
Ping,
The updated patch that I have sent here:
http://gcc.gnu.org/ml/gcc-patches/2013-07/msg7.html
is still pending review/acceptance.
Could someone please have a look.
Many Thanks,
Paul
On Monday 01 July 2013 10:22:02 Woegerer, Paul wrote:
> Hi Andrew,
>
> On Friday 28 June 2013 09:50:31
Hi Andrew,
On Friday 28 June 2013 09:50:31 Andrew Pinski wrote:
> On Fri, Jun 28, 2013 at 5:51 AM, wrote:
> > Hi,
> >
> > The patch below provides caller instrumentation for GCC.
> >
> > The following new options have been added:
> > -finstrument-calls
> > -finstrument-calls-exclude-fu
On Fri, Jun 28, 2013 at 5:51 AM, wrote:
> Hi,
>
> The patch below provides caller instrumentation for GCC.
>
> The following new options have been added:
>
> -finstrument-calls
> -finstrument-calls-exclude-function-list=SYM,SYM,...
> -finstrument-calls-exclude-file-list=FILE,FILE,...