Re: [RS6000] Implement -mno-pltseq

2019-01-10 Thread Alan Modra
On Thu, Jan 10, 2019 at 05:09:06AM -0600, Segher Boessenkool wrote: > On Mon, Jan 07, 2019 at 12:54:02PM +1030, Alan Modra wrote: > > Since the last patch untangled inline PLT and TLS marker support there > > now isn't a way of requesting the older long call sequences on a > > compiler built with i

Re: [RS6000] Implement -mno-pltseq

2019-01-10 Thread Segher Boessenkool
On Mon, Jan 07, 2019 at 12:54:02PM +1030, Alan Modra wrote: > Since the last patch untangled inline PLT and TLS marker support there > now isn't a way of requesting the older long call sequences on a > compiler built with inline PLT support. This patch adds support for > a new -mno-pltseq option.

[RS6000] Implement -mno-pltseq

2019-01-06 Thread Alan Modra
Since the last patch untangled inline PLT and TLS marker support there now isn't a way of requesting the older long call sequences on a compiler built with inline PLT support. This patch adds support for a new -mno-pltseq option. Bootstrapped etc. powerpc64le-linux and powerpc64-linux. OK?