On Tue, Jun 28, 2005 at 12:18:28PM +0100, Matthew Wilcox wrote:
> On Tue, Jun 28, 2005 at 11:17:04AM +0200, Andi Kleen wrote:
> > No, it's not because it makes it impossible to have 64bit processes
> > that run with 32bit ABI (not implemented right now but we don't
> > want to break that).
> > 
> > Please don't do this. It is absolutely the wrong thing to do.
> 
> So.  You want to deliver a signal to a task.  How do you know whether
> to send it a 64-bit signal or a 32-bit signal?

For the 32bit-on-64bit case?  You always send 64bit.  Either the
ABI defines 64bit signal data structures or some monitor (like
valgrind or qemu) catches and converts signals themselves.
For the ELF32 case you can test.

-Andi

Reply via email to