Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 02/11/1997 00:20:02
gwr
Mon Feb 10 16:10:36 PST 1997
Update of /cvsroot/src/sys/arch/sun3/compile/libcompat
In directory netbsd1:/var/slash-tmp/cvs-serv7316/libcompat

Removed Files:
	Makefile.inc 
Log Message:
This is obsolete (and has been for a while)

gwr
Mon Feb 10 16:10:37 PST 1997
Update of /cvsroot/src/sys/arch/sun3/compile/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv7316/libkern

Removed Files:
	Makefile 
Log Message:
This is obsolete (and has been for a while)

gwr
Mon Feb 10 16:15:11 PST 1997
Update of /cvsroot/src/sys/arch/sun3/compile
In directory netbsd1:/var/slash-tmp/cvs-serv7640

Removed Files:
	.keep_me 
Log Message:
This is obsolete (and has been for a while)

gwr
Mon Feb 10 16:18:26 PST 1997
Update of /cvsroot/src/sys/arch/sun3/include
In directory netbsd1:/var/slash-tmp/cvs-serv8036

Modified Files:
	machdep.h 
Log Message:
Change most occurrences of "struct frame" (union of all frames formats)
to "struct trapframe" (the minimal frame) because in most cases, all we
care about is the minimal, invariant part.  Further, if the declaration
says we have an arg of type "frame" (big union), then KGDB will try to
print the whole bloody thing out whether you want to see it or not.