]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- obsolete
authorJan Palus <jan.palus@gmail.com>
Thu, 3 Mar 2011 18:46:38 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    valgrind-pr262995.patch -> 1.2

valgrind-pr262995.patch [deleted file]

diff --git a/valgrind-pr262995.patch b/valgrind-pr262995.patch
deleted file mode 100644 (file)
index 6c14c90..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-FIX: vex amd64->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x61 0x7 0x0
-
-https://bugs.kde.org/show_bug.cgi?id=262995
-
---- valgrind-3.6.0/VEX/priv/guest_amd64_toIR.c.orig    2010-10-20 22:19:51.000000000 +0200
-+++ valgrind-3.6.0/VEX/priv/guest_amd64_toIR.c 2011-01-17 19:03:14.517469329 +0100
-@@ -15354,6 +15354,7 @@ DisResult disInstr_AMD64_WRK (
-          any cases for which the helper function has not been
-          verified. */
-       switch (imm) {
-+         case 0x00:
-          case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
-          case 0x1A: case 0x3A: case 0x44: case 0x4A:
-             break;
---- valgrind-3.6.0/VEX/priv/guest_generic_x87.c.orig   2010-10-20 22:19:51.000000000 +0200
-+++ valgrind-3.6.0/VEX/priv/guest_generic_x87.c        2011-01-17 19:03:59.611838375 +0100
-@@ -715,6 +715,7 @@ Bool compute_PCMPxSTRx ( /*OUT*/V128* re
-       even if they would probably work.  Life is too short to have
-       unvalidated cases in the code base. */
-    switch (imm8) {
-+      case 0x00:
-       case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
-       case 0x1A: case 0x3A: case 0x44: case 0x4A:
-          break;
This page took 0.087956 seconds and 4 git commands to generate.