|
From: <sv...@va...> - 2012-07-01 20:35:32
|
philippe 2012-07-01 21:35:26 +0100 (Sun, 01 Jul 2012)
New Revision: 12695
Log:
move the mips port bug entry from 3_7_BUGSTATUS.txt to NEWS
Note: a paragraph in PLATFORM CHANGES section of NEWS indicating
the addition of the MIPS port (and some details) would be good
(as this is a major change).
Modified files:
trunk/NEWS
trunk/docs/internals/3_7_BUGSTATUS.txt
Modified: trunk/NEWS (+1 -0)
===================================================================
--- trunk/NEWS 2012-07-01 21:31:43 +01:00 (rev 12694)
+++ trunk/NEWS 2012-07-01 21:35:26 +01:00 (rev 12695)
@@ -110,6 +110,7 @@
219156 Valgrind does not handle statically linked malloc or other malloc lib (e.g. tcmalloc)
247386 make perf does not run all performance tests
270006 Valgrind scheduler unfair
+270777 Adding MIPS/Linux port to Valgrind
270796 s390x: Removed broken support for the TS insn
271438 Fix configure for proper SSE4.2 detection
273114 s390x: Support TR, TRE, TROO, TROT, TRTO, and TRTT instructions
Modified: trunk/docs/internals/3_7_BUGSTATUS.txt (+0 -1)
===================================================================
--- trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-01 21:31:43 +01:00 (rev 12694)
+++ trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-01 21:35:26 +01:00 (rev 12695)
@@ -223,7 +223,6 @@
300414] New: FCOM and FCOMP unimplemented for amd64 guest
-270777 -- the mips port, is fixed
301011] New: vex x86->IR: unhandled instruction bytes: 0xF3 0xF 0xBC 0xDE
301204] New: infinite loop in canonicaliseSymtab with ifunc symbol
301265] New: add x86 support to Android build
|