From: Julian Seward Date: Sun, 29 Sep 2013 19:54:39 +0000 (+0000) Subject: Update bug status. X-Git-Tag: svn/VALGRIND_3_9_0~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94c1e6d1094d3c788b6a6df9877c86c828bed7bd;p=thirdparty%2Fvalgrind.git Update bug status. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13585 --- diff --git a/NEWS b/NEWS index b6b3d8f415..1e435c1c55 100644 --- 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) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/internals/3_8_BUGSTATUS.txt b/docs/internals/3_8_BUGSTATUS.txt index 9e896628b8..09d891aea7 100644 --- a/docs/internals/3_8_BUGSTATUS.txt +++ b/docs/internals/3_8_BUGSTATUS.txt @@ -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?