Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 03/14/2001 01:56:50
Module Name:	syssrc
Committed By:	bjh21
Date:		Tue Mar 13 23:56:50 UTC 2001

Modified Files:
	syssrc/sys/arch/arm/arm: undefined.c
	syssrc/sys/arch/arm/arm32: db_interface.c
	syssrc/sys/arch/arm/mainbus: cpu.c
	syssrc/sys/arch/arm26/arm26: db_interface.c

Log Message:
Change the value of tf_pc in undefined-instruction handlers on arm32.  It now
always points to the undefined instruction in question.  It's up to the
handler to advance it to the next instruction if it wants execution to
continue there.  This is how things have always worked on arm26.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/arm/arm/undefined.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/arch/arm/arm32/db_interface.c
cvs rdiff -r1.16 -r1.17 syssrc/sys/arch/arm/mainbus/cpu.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm26/arm26/db_interface.c

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