On 2013-02-10 10:30, Richard Henderson wrote:
Signed-off-by: Richard Henderson<r...@twiddle.net> --- linux-user/signal.c | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-)
There are very few differences between the mips abis wrt signal handling. The major ones are the sigcontext struct and the fact that n32/n64 don't have "traditional" signal handlers, only "real-time" signal handlers. All the rest of the code can be shared. r~