Skip to content

Commit

Permalink
valgrind: bump to 3.19.0
Browse files Browse the repository at this point in the history
Patches automatically rebased.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
  • Loading branch information
rsalvaterra authored and hauke committed Jun 26, 2022
1 parent e21fea9 commit d075bb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package/devel/valgrind/Makefile
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=valgrind
PKG_VERSION:=3.18.1
PKG_VERSION:=3.19.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://sourceware.org/pub/valgrind/
PKG_HASH:=00859aa13a772eddf7822225f4b46ee0d39afbe071d32778da4d99984081f7f5
PKG_HASH:=dd5e34486f1a483ff7be7300cc16b4d6b24690987877c3278d797534d6738f02

PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-2.0+
Expand Down
@@ -1,6 +1,6 @@
--- a/configure.ac
+++ b/configure.ac
@@ -345,7 +345,7 @@ case "${host_os}" in
@@ -368,7 +368,7 @@ case "${host_os}" in
# Ok, this is linux. Check the kernel version
AC_MSG_CHECKING([for the kernel version])

Expand Down
Expand Up @@ -6,7 +6,7 @@ Last-Update: 2013-11-30

--- a/configure.ac
+++ b/configure.ac
@@ -252,7 +252,7 @@ case "${host_cpu}" in
@@ -275,7 +275,7 @@ case "${host_cpu}" in
ARCH_MAX="s390x"
;;

Expand Down
4 changes: 2 additions & 2 deletions package/devel/valgrind/patches/130-mips_fix_soft_float.patch
Expand Up @@ -48,15 +48,15 @@ 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;

+#ifndef __mips_soft_float
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);
}
Expand Down

0 comments on commit d075bb3

Please sign in to comment.