aboutsummaryrefslogtreecommitdiff
path: root/package/devel/valgrind/patches/130-mips_fix_soft_float.patch
Commit message (Collapse)AuthorAge
* valgrind: bump to 3.19.0Rui Salvaterra2022-06-27
| | | | | | Patches automatically rebased. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* valgrind: Update to version 3.18.1Hauke Mehrtens2021-11-03
| | | | | | | | | | | | 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>
* valgrind: Fix compile problem with MIPS soft floatHauke Mehrtens2021-04-11
| | | | | | | | valgrind does not compile any more when using a GCC 10 for MIPS with soft float. Just remove the parts which are generating assembler which would not work. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* valgrind: update to the latest version, fix build issues on ARMFelix Fietkau2016-07-07
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* valgrind: fix build with mips soft-floatFelix Fietkau2016-01-20
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48419