]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Note 286917 fix.
authorJulian Seward <jseward@acm.org>
Wed, 11 Jul 2012 14:28:13 +0000 (14:28 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 11 Jul 2012 14:28:13 +0000 (14:28 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12729

NEWS
docs/internals/3_7_BUGSTATUS.txt

diff --git a/NEWS b/NEWS
index 65ef2b7c56974a54a83004c1afcf95e10a9141a1..2cb05a304eb6b136a9f2f245b3927a5ff9518f2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -134,6 +134,7 @@ where XXXXXX is the bug number as listed below.
 286261  [patch] add wrapper for linux I2C_RDWR ioctl
 286270  vgpreload is not friendly to 64->32 bit execs, gives ld.so warnings
 286374  Running cachegrind with --branch-sim=yes on 64-bit PowerPC program fails
+286917  disInstr(arm): unhandled instruction: QADD (also QSUB)
 287260  Incorrect conditional jump or move depends on uninitialised value(s)
 287301  vex amd64->IR: 0x66 0xF 0x38 0x41 0xC0 0xB8 0x0 0x0 (PHMINPOSUW)
 287858  VG_(strerror): unknown error 
index 00640c4555d32b6f1e848057b09700723f356be2..2e520d06a3dda842fa2138fce08d95357883a330 100644 (file)
@@ -39,9 +39,6 @@ get fixed.
 286864  strlen function redirection error
   **probably invalid
 
-286917  disInstr(arm): unhandled instruction: QADD
-  **possible 3.8.0
-
 287175  ARM: scalar VFP fixed-point VCVT instructions not handled
   **possible 3.8.0   same as 301336 ?