Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1398964 > unrolled thread

Re: [PATCH v7 2/6] GCC plugin infrastructure

Started byMichal Marek <mmarek@suse.com>
First post2016-05-11 13:30 +0200
Last post2016-05-12 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v7 2/6] GCC plugin infrastructure Michal Marek <mmarek@suse.com> - 2016-05-11 13:30 +0200
    Re: [PATCH v7 2/6] GCC plugin infrastructure Emese Revfy <re.emese@gmail.com> - 2016-05-12 17:00 +0200

#1398964 — Re: [PATCH v7 2/6] GCC plugin infrastructure

FromMichal Marek <mmarek@suse.com>
Date2016-05-11 13:30 +0200
SubjectRe: [PATCH v7 2/6] GCC plugin infrastructure
Message-ID<rxAv0-7hb-17@gated-at.bofh.it>
On 2016-04-22 20:22, Emese Revfy wrote:
> diff --git a/Documentation/dontdiff b/Documentation/dontdiff
> index 8ea834f..5385cba 100644
> --- a/Documentation/dontdiff
> +++ b/Documentation/dontdiff
> @@ -3,6 +3,7 @@
>  *.bc
>  *.bin
>  *.bz2
> +*.c.[012]*.*
>  *.cis
>  *.cpio
>  *.csp

Hi Emese,

Where are these files generated? It should be added to .gitignore and
the clean or mrproper rule if it's needed.

Michal

[toc] | [next] | [standalone]


#1400122

FromEmese Revfy <re.emese@gmail.com>
Date2016-05-12 17:00 +0200
Message-ID<ry0fL-80O-1@gated-at.bofh.it>
In reply to#1398964
On Wed, 11 May 2016 13:24:30 +0200
Michal Marek <mmarek@suse.com> wrote:

> On 2016-04-22 20:22, Emese Revfy wrote:
> > diff --git a/Documentation/dontdiff b/Documentation/dontdiff
> > index 8ea834f..5385cba 100644
> > --- a/Documentation/dontdiff
> > +++ b/Documentation/dontdiff
> > @@ -3,6 +3,7 @@
> >  *.bc
> >  *.bin
> >  *.bz2
> > +*.c.[012]*.*
> >  *.cis
> >  *.cpio
> >  *.csp
> 
> Hi Emese,
> 
> Where are these files generated? It should be added to .gitignore and
> the clean or mrproper rule if it's needed.

Hi,

Yes, they are generated by gcc options -fdump-* (if someone gives them in EXTRA_CFLAGS). 
I'll add these files to .gitignore and the clean rules.

-- 
Emese

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web