Source-Changes archive

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

CVS commit: syssrc/sys/arch/sh5/sh5



Module Name:    syssrc
Committed By:   scw
Date:           Fri Sep  6 15:48:52 UTC 2002

Modified Files:
        syssrc/sys/arch/sh5/sh5: sig_machdep.c

Log Message:
 - When casting void * to register_t, go via intptr_t instead of uintptr_t
   so the register is correctly sign-extended.

 - Some comment fixes.

 - Restore the FP state from the sigcontext if FP regs were saved.

 - Fix up r0 for the benefit of the syscall stub.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/sh5/sh5/sig_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index