Subject: CVS commit: [netbsd-3-0] src/sys/arch/acorn26/acorn26
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 10/23/2006 19:29:02
Module Name:	src
Committed By:	ghen
Date:		Mon Oct 23 19:29:02 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by bjh21 in ticket #1552):
	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.18.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.