aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/130-mips_fix_soft_float.patch
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2022-05-23 10:59:30 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-06-27 00:57:15 +0200
commitd075bb3f4a5317fa403cc8fa11bd561607ea6b71 (patch)
tree6df069f76eff6d8a36096abc1a5a477fee8c1c48 /package/devel/valgrind/patches/130-mips_fix_soft_float.patch
parente21fea92891fbdfb4eb14e9fe836530b6225cb1f (diff)
downloadupstream-d075bb3f4a5317fa403cc8fa11bd561607ea6b71.tar.gz
upstream-d075bb3f4a5317fa403cc8fa11bd561607ea6b71.tar.bz2
upstream-d075bb3f4a5317fa403cc8fa11bd561607ea6b71.zip
valgrind: bump to 3.19.0
Patches automatically rebased. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'package/devel/valgrind/patches/130-mips_fix_soft_float.patch')
-rw-r--r--package/devel/valgrind/patches/130-mips_fix_soft_float.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/devel/valgrind/patches/130-mips_fix_soft_float.patch b/package/devel/valgrind/patches/130-mips_fix_soft_float.patch
index 427aa85524..9d3482815c 100644
--- a/package/devel/valgrind/patches/130-mips_fix_soft_float.patch
+++ b/package/devel/valgrind/patches/130-mips_fix_soft_float.patch
@@ -48,7 +48,7 @@ This fixes the following error message when compiling with a GCC 10 MIPS BE 32:
--- a/coregrind/m_machine.c
+++ b/coregrind/m_machine.c
-@@ -2103,6 +2103,7 @@ Bool VG_(machine_get_hwcaps)( void )
+@@ -2106,6 +2106,7 @@ Bool VG_(machine_get_hwcaps)( void )
we are using alternative way to determine FP mode */
ULong result = 0;
@@ -56,7 +56,7 @@ This fixes the following error message when compiling with a GCC 10 MIPS BE 32:
if (!VG_MINIMAL_SETJMP(env_unsup_insn)) {
__asm__ volatile (
".set push\n\t"
-@@ -2120,6 +2121,9 @@ Bool VG_(machine_get_hwcaps)( void )
+@@ -2123,6 +2124,9 @@ Bool VG_(machine_get_hwcaps)( void )
fpmode = (result != 0x3FF0000000000000ull);
}