[packages/valgrind] update native cpuid patch to fix build with gcc 14

atler atler at pld-linux.org
Fri Nov 1 14:18:48 CET 2024


commit a756eb536e716dfbdc50961bb81516126e8775ec
Author: Jan Palus <atler at pld-linux.org>
Date:   Fri Nov 1 12:48:59 2024 +0100

    update native cpuid patch to fix build with gcc 14

 valgrind-native-cpuid.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/valgrind-native-cpuid.patch b/valgrind-native-cpuid.patch
index 485c85d..eb521e0 100644
--- a/valgrind-native-cpuid.patch
+++ b/valgrind-native-cpuid.patch
@@ -64,7 +64,7 @@ diff -uNr valgrind-3.6.0.orig/VEX/priv/guest_amd64_helpers.c valgrind-3.6.0/VEX/
                  spilling decisions. */
        UInt regalloc_version;
 +      /* For x86 and amd64 allow the use of native cpuid inst */
-+      Int iropt_native_cpuid;
++      Bool iropt_native_cpuid;
     }
     VexControl;
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/valgrind.git/commitdiff/d31c8796b782261b949803d8e571df0f611ffa86



More information about the pld-cvs-commit mailing list