Subject: CVS commit: basesrc/lib/csu/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 08/16/2001 06:44:47
Module Name:	basesrc
Committed By:	simonb
Date:		Thu Aug 16 03:44:46 UTC 2001

Modified Files:
	basesrc/lib/csu/mips: dot_init.h

Log Message:
Enlarge the stack frame to 16 bytes, and store the return address 8
bytes in instead of at the start, to leave room for a .cpload to store
the gp at offset 0 in the frame.  Allow 8 bytes for each (for mips64
one day...).

.cpload overwrite problems noted by Michael Hitch.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/mips/dot_init.h

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