Subject: CVS commit: src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 10/14/2006 20:39:21
Module Name:	src
Committed By:	bjh21
Date:		Sat Oct 14 20:39:21 UTC 2006

Modified Files:
	src/sys/arch/acorn26/acorn26: except.c

Log Message:
Correctly calculate fault addresses for instructions like:
	ldr	rX, [rY, rZ, ror #16]
and even:
	ldr	rX, [rY, rZ, rrx]
Why anyone would want such an instruction is beyond me, but it's nice not to
panic if they do.  Also this makes regress/sys/arch/arm/abort-fixup pass.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/acorn26/acorn26/except.c

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