Subject: CVS commit: syssrc/sys/arch/sh5/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 09/06/2002 18:48:52
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.