Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/28/1997 04:00:03
mhitch
Fri Jun 27 20:55:09 PDT 1997
Update of /cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv3312

Modified Files:
	locore.S 
Log Message:
Mini-debugger now included by options MDB.
Cpu_regs() is included by options DEBUG, as are the stacktrace routines,
so move it inside the #ifdef DEBUG along with stacktrace().


mhitch
Fri Jun 27 20:57:58 PDT 1997
Update of /cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv4514

Modified Files:
	trap.c 
Log Message:
Mini-debuuger is now included by options MDB.
Move mini-debugger routines to separate file, minidebug.c.


mhitch
Fri Jun 27 20:59:47 PDT 1997
Update of /cvsroot/src/sys/arch/mips/mips
In directory netbsd1:/var/slash-tmp/cvs-serv4799

Added Files:
	minidebug.c 
Log Message:
Moved the mini-debug routines out of trap.c into their own file, like the
original pica port.