On 9/11/19 5:39 AM, Alex Bennée wrote: > We were incorrectly setting NIP resulting in a segfault. This fixes > linux-test for this ABI.
Perhaps better: We were incorrectly using the 64-bit AIX ABI instead of the 32-bit SYSV ABI for setting NIP for the signal handler. ? > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > linux-user/ppc/signal.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Anyway, Reviewed-by: Richard Henderson <richard.hender...@linaro.org>