qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 02/10] mips-linux-user: Share o32 code for n32 a


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 02/10] mips-linux-user: Share o32 code for n32 and n64 signals
Date: Mon, 11 Feb 2013 08:03:58 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2

On 2013-02-10 10:30, Richard Henderson wrote:
Signed-off-by: Richard Henderson<address@hidden>
---
  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~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]