On Tue, 30 Aug 2011, Manuel Bouyer wrote: > That may be nice to have, but won't help with my problem which is > getting a N32 mips binary to talk to a N64 kernel.
Hm, MIPS. In this case you may need to check the struct emul to differentiate o32 and n32. Or do they have the exact same structure layouts? All the different MIPS ABIs make my head spin. Eduardo