Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jeff Smith <jeffs@netbsd.org>
List: source-changes
Date: 07/19/2000 11:56:37
Module Name:	syssrc
Committed By:	jeffs
Date:		Wed Jul 19 18:56:37 UTC 2000

Modified Files:
	syssrc/sys/arch/mips/mips: locore.S

Log Message:
Fix stacktrace() to have an 8 byte aligned stack.  On our platform previously
it would hang-up.  logstacktrace() actually was the same as stacktrace() so
just make it an XLEAF() for now.  Include some DDB code for KGDB compilation.


To generate a diff of this commit:
cvs rdiff -r1.107 -r1.108 syssrc/sys/arch/mips/mips/locore.S

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