X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fdevel%2Fvalgrind%2Fpatches%2F130-mips_fix_soft_float.patch;fp=package%2Fdevel%2Fvalgrind%2Fpatches%2F130-mips_fix_soft_float.patch;h=0000000000000000000000000000000000000000;hb=38813174b2648597bd3ae86289fd1866edf5c6d4;hp=e1d387c5a8a4aa4f1b35a4ba832d0127db8b84c9;hpb=5a7639c2f620aebe30df18af42d61eb5307f4d6d;p=openwrt-github%2F.git diff --git a/package/devel/valgrind/patches/130-mips_fix_soft_float.patch b/package/devel/valgrind/patches/130-mips_fix_soft_float.patch deleted file mode 100644 index e1d387c5a8..0000000000 --- a/package/devel/valgrind/patches/130-mips_fix_soft_float.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- a/VEX/priv/guest_mips_helpers.c -+++ b/VEX/priv/guest_mips_helpers.c -@@ -1189,6 +1189,7 @@ extern UInt mips_dirtyhelper_calculate_F - flt_op inst ) - { - UInt ret = 0; -+#ifndef __mips_soft_float - #if defined(__mips__) - VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; - UInt loFsVal, hiFsVal, loFtVal, hiFtVal; -@@ -1308,6 +1309,7 @@ extern UInt mips_dirtyhelper_calculate_F - break; - } - #endif -+#endif - return ret; - } - -@@ -1317,6 +1319,7 @@ extern UInt mips_dirtyhelper_calculate_F - flt_op inst ) - { - UInt ret = 0; -+#ifndef __mips_soft_float - #if defined(__mips__) - #if defined(VGA_mips32) - VexGuestMIPS32State* guest_state = (VexGuestMIPS32State*)gs; -@@ -1427,6 +1430,7 @@ extern UInt mips_dirtyhelper_calculate_F - break; - } - #endif -+#endif - return ret; - } -