valgrind: Update to version 3.18.1
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 31 Oct 2021 16:39:23 +0000 (17:39 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 3 Nov 2021 22:52:08 +0000 (23:52 +0100)
commite1db26085bf3af601314a9447689028a66631629
tree9cdbfd95f92273d4bae058288f1a00caab71969f
parent90a2398a1176c392213e8acfac7ea9f223cfb427
valgrind: Update to version 3.18.1

This version has some improvements for musl.
This version works fine for me on MIPS 32 BE without MIPS16 even on musl.

The additional patch is needed to make valgrind use the correct syscall
numbers for new syscalls like clock_gettime64. The MIPS architecture
uses special syscall ranges which are different from most other systems.
The patch is pending upstream: https://bugs.kde.org/show_bug.cgi?id=444781

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/valgrind/Makefile
package/devel/valgrind/patches/010-mips-Fix-new-syscall-numbers.patch [new file with mode: 0644]
package/devel/valgrind/patches/130-mips_fix_soft_float.patch