On Thu, Jun 09, 2005 at 10:37:49AM -0700, Ton Truong wrote: > I see that in the rc5 update, MIPS codes have now dropped > sc_sigset[4] from struct sigcontext, defined in asm-mips/sigcontext.h. I'd > appreciate it if someone provide a brief summary of what needs to be changed > for strace to compile or where I can find an strace port that work with the > new MIPS codes? sc_sigset and the other members that were changed have been unused by the kernel since a very, very long time so whatever strace may have done with that field was probably bogus. Thanks for reporting, something I'm going to look at tomorrow. Ralf