Subject: CVS commit: [netbsd-2-0] src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/17/2006 18:23:25
Module Name:	src
Committed By:	bouyer
Date:		Tue Oct 17 18:23:25 UTC 2006

Modified Files:
	src/sys/arch/acorn26/acorn26 [netbsd-2-0]: except.c

Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #10716):
	sys/arch/acorn26/acorn26/except.c: revision 1.17
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.7 -r1.7.2.1 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.