|
From: <sv...@va...> - 2012-07-01 20:31:52
|
philippe 2012-07-01 21:31:43 +0100 (Sun, 01 Jul 2012)
New Revision: 12694
Log:
Move one more fixed bug from 3_7_BUGSTATUS.txt to NEWS.
Modified files:
trunk/NEWS
trunk/docs/internals/3_7_BUGSTATUS.txt
Modified: trunk/docs/internals/3_7_BUGSTATUS.txt (+0 -2)
===================================================================
--- trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-01 21:06:04 +01:00 (rev 12693)
+++ trunk/docs/internals/3_7_BUGSTATUS.txt 2012-07-01 21:31:43 +01:00 (rev 12694)
@@ -135,7 +135,6 @@
-- 16 Feb 2012
294254] New: False "invalid read" errors for aligned SSE loads
-294260] New: vex: the 'impossible' happened: disInstr_AMD64: disInstr miscalculated next %rip
294285] New: --partial-loads-ok does not work for 16-byte SSE loads
294454] New: delphi uses 16-bit addressing in the TEB (%fs)
294523] New: --partial-loads-ok=yes causes false negatives
@@ -223,7 +222,6 @@
300389] New: AMD Bulldozer system: vex: priv/main_main.c:315 (LibVEX_Translate): Assertion `are_valid_hwcaps(VexArchAMD64, vta->archinfo_host.hwcaps)' failed.
300414] New: FCOM and FCOMP unimplemented for amd64 guest
-294260] vex: the 'impossible' happened: disInstr_AMD64: disInstr miscalculated next %rip -- IS FIXED?
270777 -- the mips port, is fixed
301011] New: vex x86->IR: unhandled instruction bytes: 0xF3 0xF 0xBC 0xDE
Modified: trunk/NEWS (+1 -0)
===================================================================
--- trunk/NEWS 2012-07-01 21:06:04 +01:00 (rev 12693)
+++ trunk/NEWS 2012-07-01 21:31:43 +01:00 (rev 12694)
@@ -154,6 +154,7 @@
294185 INT 0x44 (and others) not supported on x86 guest, but used by Jikes RVM
294190 --vgdb-error=xxx can be out of sync with errors shown to the user
294191 Guest amd64 lacks fnsave/frstor and 0x66 size prefixes on FP instructions
+294260 vex: the 'impossible' happened: disInstr_AMD64: disInstr miscalculated next %rip
294812 patch allowing to run (on x86 at least) helgrind/drd on tool.
295089 can not annotate source for both helgrind and drd
295799 Missing \n with get_vbits in gdbserver when line is % 80 and there are some unaddressable bytes
|