On Tue, Jan 5, 2016 at 6:15 AM, Olivier Hainque <hain...@adacore.com> wrote: > Hello, > > This is a tiny change we have been using successfully for at least a couple > of years now, improving exception propagation through signal handlers on > 32bits > AIX 7.1. > > While this isn't a complete generalization to all possible configurations > (haven't had the time to converge on 64bits kernels at this stage, > unfortunately), > this is nevertheless an improvement on 32bits.
There are no 32 bit kernels for AIX 7.1. This is the signal handler path for 32 bit environment, but there are no 32 bit kernels. > > The patch is very short and in line with what is already there, and we thought > it might be useful to others as well. > > OK to commit ? > > 2015-01-05 Olivier Hainque <hain...@adacore.com> > > libgcc/ > * config/rs6000/aix-unwind.h (ucontext_for): Handle AIX 7.1 > specificities. Okay. Thanks, David