Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc ticket 10716



details:   https://anonhg.NetBSD.org/src/rev/7bec204c4d8e
branches:  netbsd-2-0
changeset: 565010:7bec204c4d8e
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Oct 17 18:26:11 2006 +0000

description:
ticket 10716

diffstat:

 doc/CHANGES-2.0.4 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 3b458a9b0359 -r 7bec204c4d8e doc/CHANGES-2.0.4
--- a/doc/CHANGES-2.0.4 Tue Oct 17 18:23:25 2006 +0000
+++ b/doc/CHANGES-2.0.4 Tue Oct 17 18:26:11 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.4,v 1.1.2.51 2006/10/16 17:58:45 bouyer Exp $
+#      $NetBSD: CHANGES-2.0.4,v 1.1.2.52 2006/10/17 18:26:11 bouyer Exp $
 
 A complete list of changes from the NetBSD 2.0.3 update to the NetBSD 2.0.4
 update.
@@ -411,3 +411,14 @@
        Suresec vulnerability research team.
        [christos, ticket #10720]
 
+sys/arch/acorn26/acorn26/except.c              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.
+       [bjh21, ticket #10716]
+



Home | Main Index | Thread Index | Old Index