]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update bug status.
authorJulian Seward <jseward@acm.org>
Sun, 29 Sep 2013 19:54:39 +0000 (19:54 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 29 Sep 2013 19:54:39 +0000 (19:54 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13585

NEWS
docs/internals/3_8_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index b6b3d8f4157ed1b6e10d907e753b62f4ecc823f0..1e435c1c55db86c9cf64f4700e2422ce916536f1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -586,6 +586,24 @@ FIXED r??
         == https://bugzilla.redhat.com/show_bug.cgi?id=730303
         FIXED 13567
 
+321891  Unhandled instruction: LDRHT (Thumb)
+        FIXED 2777 13583
+
+323035  Unhandled instruction: LDRSHT(Thumb)
+        FIXED 2777 13583
+
+324047  Valgrind doesn't support [LDR,ST]{S}[B,H]T ARM instructions
+        FIXED 2777 13583
+
+323036  Unhandled instruction: SMMLS (ARM and Thumb)
+        FIXED 2778 13584
+
+323175  Unhandled instruction: SMLALD (ARM + Thumb)
+        FIXED 2778 13584
+
+323177  Unhandled instruction: SMLSLD (ARM + Thumb)
+        FIXED 2778 13584
+
 
 Release 3.8.1 (19 September 2012)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 9e896628b88fe63ec1e8ceeb0dba8dd79ab0ba17..09d891aea74580accbec289059cdcad0ea338380 100644 (file)
@@ -459,10 +459,6 @@ Tue Jul  2 12:15:07 CEST 2013
         Has patch; plausible (needs checking)
         FIX 3.9 (commit)
 
-321891 *Unhandled instruction: LDRHT (Thumb)
-        Has patch; plausible (needs checking)
-        FIX 3.9 (commit)
-
 321892 *Unhandled instruction: LDRSH (Thumb)
         Has patch; plausible (needs checking)
         FIX 3.9 (commit)
@@ -507,27 +503,11 @@ Tue Jul  2 12:15:07 CEST 2013
         QUERIED
         Severity: med  Audience: low
 
-323035 *Unhandled instruction: LDRSHT(Thumb)
-        Has patch; plausible (needs checking)
-        FIX 3.9 (commit)
-
-323036 *Unhandled instruction: SMMLS (ARM and Thumb)
-        Has patch; plausible (needs checking) (duplication?)
-        FIX 3.9 (commit)
-
 323046  Implement ANNOTATE_THREAD_NAME() Hellgrind annotation
         Request for implementation
         QUERIED .. is 322254 good enough?
         Severity: low  Audience: med
 
-323175 *Unhandled instruction: SMLALD (ARM + Thumb)
-        Has patch; plausible (needs checking) (duplication?)
-        FIX 3.9 (commit)
-
-323177 *Unhandled instruction: SMLSLD (ARM + Thumb)
-        Has patch; plausible (needs checking) (duplication?)
-        FIX 3.9 (commit)
-
 323178 *Unhandled instruction: PLDW register (ARM)
         Has patch; plausible (needs checking)
         FIX 3.9 (commit)
@@ -566,10 +546,6 @@ Tue Jul  2 12:15:07 CEST 2013
         This is TM scheme 1 (immediate fail).  Needs landing.
         FIX 3.9 (?? queried Carl)
 
-324047 *Valgrind doesn't support [LDR,ST]{S}[B,H]T ARM instructions
-        Has patch; plausible (needs checking) (aren't these done already?)
-        FIX 3.9 (commit)
-
 324050  Helgrind: SEGV because of unaligned stack when using movdqa
         Needs to be looked at.  Is this real, or some Gentoo-caused
         breakage?