Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/cd241550bf17
branches:  netbsd-2-1
changeset: 564229:cd241550bf17
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Oct 17 18:26:38 2006 +0000

description:
ticket 10716

diffstat:

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

diffs (24 lines):

diff -r e8d2b5aef1f2 -r cd241550bf17 doc/CHANGES-2.1.1
--- a/doc/CHANGES-2.1.1 Tue Oct 17 18:24:01 2006 +0000
+++ b/doc/CHANGES-2.1.1 Tue Oct 17 18:26:38 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.1.1,v 1.1.2.53 2006/10/16 17:59:15 bouyer Exp $
+#      $NetBSD: CHANGES-2.1.1,v 1.1.2.54 2006/10/17 18:26:38 bouyer Exp $
 
 A complete list of changes from the NetBSD 2.1 release to the NetBSD 2.1.1
 release
@@ -482,3 +482,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