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


Groups > linux.kernel > #1567911 > unrolled thread

Re: [PATCH 3/3] powerpc: enable support for GCC plugins

Started byAndrew Donnellan <andrew.donnellan@au1.ibm.com>
First post2017-01-27 08:10 +0100
Last post2017-01-27 08:10 +0100
Articles 1 — 1 participant

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 3/3] powerpc: enable support for GCC plugins Andrew Donnellan <andrew.donnellan@au1.ibm.com> - 2017-01-27 08:10 +0100

#1567911 — Re: [PATCH 3/3] powerpc: enable support for GCC plugins

FromAndrew Donnellan <andrew.donnellan@au1.ibm.com>
Date2017-01-27 08:10 +0100
SubjectRe: [PATCH 3/3] powerpc: enable support for GCC plugins
Message-ID<t47JL-fR-3@gated-at.bofh.it>
On 09/12/16 21:59, PaX Team wrote:
>>>> the specific problem addressed here can (and IMHO should) be solved in
>>>> another way: remove the inclusion of the offending headers in gcc-common.h
>>>> as neither tm.h nor c-common.h are needed by existing plugins. for background,
>>
>> We can't build without tm.h: http://pastebin.com/W0azfCr0
>
> you'll need to repeat the removal of dependent headers. based on a quick
> test here across gcc 4.5-6.2, if you remove rtl.h, tm_p.h, hard-reg-set.h
> and emit-rtl.h in addition to tm.h, the plugins should build fine.

OK, I finally have a chance to look at this series again.

basic-block.h includes tm.h, and I don't believe we can remove that. I'm 
not convinced there's a way around this.

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web