Subject: CVS commit: syssrc/sys/arch/macppc/stand/bootxx
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 05/16/2002 21:02:48
Module Name:	syssrc
Committed By:	wrstuden
Date:		Thu May 16 18:02:48 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/stand/bootxx: bootxx.c

Log Message:
Adjust how we set up our stack. According to the ABI, we store the
return pc address at (r1). So don't initialize r1 to be outside our
stack area. Scooted it in 16 bytes to help alignment.


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

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