Re: [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes.

2019-08-05 Thread Iain Sandoe
> On 4 Aug 2019, at 21:43, Eric Botcazou wrote: > >> This (PPC)Darwin-specific patch has been on mainline for some time now >> without issues, the problem is present on open branches, may I backport it? > > Yes, thanks. Done for 9.2 Iain

Re: [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes.

2019-08-04 Thread Eric Botcazou
> This (PPC)Darwin-specific patch has been on mainline for some time now > without issues, the problem is present on open branches, may I backport it? Yes, thanks. -- Eric Botcazou

Re: [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes.

2019-08-04 Thread Iain Sandoe
> On 1 Jul 2019, at 22:57, Eric Botcazou wrote: > >> 2019-07-01 Iain Sandoe >> >> * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for >> PPC Darwin. > > OK, thanks. This (PPC)Darwin-specific patch has been on mainline for some time now without issues, the problem i

Re: [PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes.

2019-07-01 Thread Eric Botcazou
> 2019-07-01 Iain Sandoe > > * libgnat/system-darwin-ppc.ads: Set Stack_Check_Probes True for > PPC Darwin. OK, thanks. -- Eric Botcazou

[PATCH, Ada, Darwin, PPC] PPC Darwin has stack check probes.

2019-07-01 Thread Iain Sandoe
On PPC, Darwin uses the same code as other parts of the port, I suspect that the False was a historical relic. (perhaps I could have applied this with my Darwin maintainer’s hat, or as obvious, but wasn’t sure for the Ada sub-tree) OK for trunk? Thanks Iain 2019-07-01 Iain Sandoe *