Re: Switch powerpc to big PIC

2019-04-17 Thread Mark Kettenis
> Date: Tue, 5 Feb 2019 21:57:31 +0100 (CET) > From: Mark Kettenis > > The architecture already has big PIE. The issue is that clang doesn't > support secure-plt for small pic. I haven't entirely figured out > what's going on here and we probably need some further fixes to clang > here. On the

Re: Switch powerpc to big PIC

2019-02-07 Thread Mark Kettenis
> From: Philip Guenther > Date: Tue, 5 Feb 2019 18:40:09 -0800 > > On Tue, Feb 5, 2019 at 12:59 PM Mark Kettenis > wrote: > > The architecture already has big PIE. The issue is that clang doesn't > support secure-plt for small pic. I haven't entirely figured out > what's going on here and

Re: Switch powerpc to big PIC

2019-02-05 Thread Philip Guenther
On Tue, Feb 5, 2019 at 12:59 PM Mark Kettenis wrote: > The architecture already has big PIE. The issue is that clang doesn't > support secure-plt for small pic. I haven't entirely figured out > what's going on here and we probably need some further fixes to clang > here. On the other hand I th

Switch powerpc to big PIC

2019-02-05 Thread Mark Kettenis
The architecture already has big PIE. The issue is that clang doesn't support secure-plt for small pic. I haven't entirely figured out what's going on here and we probably need some further fixes to clang here. On the other hand I think it is probably time to recognize there is more and more blo