Fix gdb.bas/sigall.exp testcase in AIX.
commita68722065fd544995137677fb0e57c392ef00e0e
authorAditya Vidyadhar Kamath <Aditya.Kamath1@ibm.com>
Mon, 20 Nov 2023 10:13:49 +0000 (20 04:13 -0600)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 21 Nov 2023 09:23:38 +0000 (21 10:23 +0100)
treed4630a6da70413277f578a1c0bf6d3aaf220ce27
parent4be3bbe89f67c360098373d4850565a472c36f9d
Fix gdb.bas/sigall.exp testcase in AIX.

In AIX, we are not able to see the message of a signal recieved if a debugee recieves a signal.
This is a patch to fix the signal handling done incorrectly in AIX.

We remove the status that represent program recieving a signal and allow host_status_to_waitstatus to
handle it for us.
gdb/rs6000-aix-nat.c