|
From: <sv...@va...> - 2012-07-11 14:28:24
|
sewardj 2012-07-11 15:28:13 +0100 (Wed, 11 Jul 2012)
New Revision: 12729
Log:
Note 286917 fix.
Modified files:
trunk/NEWS
trunk/docs/internals/3_7_BUGSTATUS.txt
Modified: trunk/NEWS (+1 -0)
===================================================================
--- trunk/NEWS 2012-07-11 14:54:04 +01:00 (rev 12728)
+++ trunk/NEWS 2012-07-11 15:28:13 +01:00 (rev 12729)
@@ -134,6 +134,7 @@
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
Modified: trunk/docs/internals/3_7_BUGSTATUS.txt (+0 -3)
===================================================================
--- trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-11 14:54:04 +01:00 (rev 12728)
+++ trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-11 15:28:13 +01:00 (rev 12729)
@@ -39,9 +39,6 @@
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 ?
|