Subject: CVS commit: src/sys/arch/sh5
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 03/19/2003 13:37:58
Module Name:	src
Committed By:	scw
Date:		Wed Mar 19 11:37:58 UTC 2003

Modified Files:
	src/sys/arch/sh5/include: db_machdep.h
	src/sys/arch/sh5/sh5: db_interface.c pmap.c syscall.c trap.c

Log Message:
Now that we can deal with debug exceptions, use a BRK instruction for
ddb breakpoints instead of TRAPA in order to simplify the trapa (syscall)
handler.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sh5/include/db_machdep.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/sh5/sh5/db_interface.c
cvs rdiff -r1.28 -r1.29 src/sys/arch/sh5/sh5/pmap.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/sh5/sh5/syscall.c
cvs rdiff -r1.19 -r1.20 src/sys/arch/sh5/sh5/trap.c

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