Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 03/24/1999 20:09:00
Module Name:	src
Committed By:	simonb
Date:		Thu Mar 25 04:09:00 UTC 1999

Added Files:
	src/sys/arch/pmax/stand/lib: startprog.S
Log Message:
Assembly routine that takes an entry point, new stack pointer address
and six extra arguments.  Sets up the stack pointer with the arguments
in the right registers/stack positions and calls the entry point.