From: Jeff D. <jd...@ka...> - 2000-05-02 18:22:44
|
I put in most of those changes. The exceptions are things that I don't want, or don't understand :-) A couple of comments: arch/um/include/sysdep-ppc/ptrace.h - At some point, we should see if the stuff you copied from asm-ppc/ptrace.h can be had by #including it and undefining stuff that's not needed. arch/um/sys-ppc/bitops.c and arch/um/sys-ppc/checksum.S - just make them links, like my checksum.S. I've moved the arch/um/kernel symlinks into sys-i386. execute_syscall is now in sys-*, rather than kernel/syscall_kern.c. I've defined UM_ELF_ZERO_OFFSET which is the ptrace offset of whatever register needs to be zeroed. My latest diffs are attached. Jeff |