Re: [PATCH] Fix Ada bootstrap for Darwin9 and earlier.

2018-12-23 Thread Eric Botcazou
> * adaint.c (__gnat_lwp_self): Ensure that the system interface used > is available on the target. OK for all active branches, modulo the couple of following nits: The ChangeLog must make it clear that this is for Darwin only: * adaint.c [__APPLE__] (__gnat_lwp_self): Ensure

[PATCH] Fix Ada bootstrap for Darwin9 and earlier.

2018-12-23 Thread Iain Sandoe
Hi, This is a bootstrap regression on 7,8 and trunk for Ada on [X86 and PowerPC] Darwin9 (and earlier, although I don’t test much there). Changes were made to __gnat_lwp_self to use a facility that’s only available from Darwin10 onwards. The patch makes this conditional on the target Darwin ve