valgrind: update to the latest version, fix build issues on ARM
[openwrt-github/.git] / package / devel / valgrind / patches / 120-mips_fix_soft_float.patch
similarity index 72%
rename from package/devel/valgrind/patches/130-mips_fix_soft_float.patch
rename to package/devel/valgrind/patches/120-mips_fix_soft_float.patch
index e1d387c5a8a4aa4f1b35a4ba832d0127db8b84c9..1cf5aeca02ad7eca1e5d7e9de88c8f90f9b61c29 100644 (file)
@@ -1,6 +1,6 @@
 --- a/VEX/priv/guest_mips_helpers.c
 +++ b/VEX/priv/guest_mips_helpers.c
-@@ -1189,6 +1189,7 @@ extern UInt mips_dirtyhelper_calculate_F
+@@ -1201,6 +1201,7 @@ extern UInt mips_dirtyhelper_calculate_F
                                                     flt_op inst )
  {
     UInt ret = 0;
@@ -8,7 +8,7 @@
  #if defined(__mips__)
     VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs;
     UInt loFsVal, hiFsVal, loFtVal, hiFtVal;
-@@ -1308,6 +1309,7 @@ extern UInt mips_dirtyhelper_calculate_F
+@@ -1320,6 +1321,7 @@ extern UInt mips_dirtyhelper_calculate_F
           break;
     }
  #endif
@@ -16,7 +16,7 @@
     return ret;
  }
  
-@@ -1317,6 +1319,7 @@ extern UInt mips_dirtyhelper_calculate_F
+@@ -1329,6 +1331,7 @@ extern UInt mips_dirtyhelper_calculate_F
                                                     flt_op inst )
  {
     UInt ret = 0;
@@ -24,7 +24,7 @@
  #if defined(__mips__)
  #if defined(VGA_mips32)
     VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs;
-@@ -1427,6 +1430,7 @@ extern UInt mips_dirtyhelper_calculate_F
+@@ -1439,6 +1442,7 @@ extern UInt mips_dirtyhelper_calculate_F
           break;
     }
  #endif