> the following is reg-strapping on x86-64-darwin10, Thanks a lot!
> OK for trunk (and 4.6) if it succeeds (with a ChangeLog, of course) ? Yes, modulo: > +static void > +__gnat_error_handler (int sig, siginfo_t *si, void *ucontext > ATTRIBUTE_UNUSED) Remove ATTRIBUTE_UNUSED and... > +#if defined (__x86_64__) > + /* Work around #10302855/pr50678 on x86-64 Darwin. */ > + __gnat_adjust_context_for_raise (sig, ucontext); > +#endif ...remove everything except for the call to _gnat_adjust_context_for_raise. -- Eric Botcazou