Subject: CVS commit: [nathanw_sa] basesrc/lib/libc/arch/mips/gen
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 11/28/2001 12:37:30
Module Name:	basesrc
Committed By:	wdk
Date:		Wed Nov 28 10:37:30 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/mips/gen [nathanw_sa]: makecontext.c
Added Files:
	basesrc/lib/libc/arch/mips/gen [nathanw_sa]: _resumecontext.S

Log Message:
_resumecontext was called by forcing the return address of a newly
created context.   The global pointer calculation requires the function
address to be in $t9 - because it was not a proper ABI call to
_resumecontext we need a helper function to build the correct $gp


To generate a diff of this commit:
cvs rdiff -r0 -r1.1.2.1 basesrc/lib/libc/arch/mips/gen/_resumecontext.S
cvs rdiff -r1.1.2.4 -r1.1.2.5 basesrc/lib/libc/arch/mips/gen/makecontext.c

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