Fix patch error and add ppc64le support

This commit is contained in:
peng.zou 2024-01-31 14:46:44 +08:00
parent 897ae94cd3
commit acc10613ea
2 changed files with 9 additions and 2 deletions

View File

@ -177,7 +177,7 @@ index 6827964..507117b 100644
#define __NR_pkey_alloc 384
#define __NR_pkey_free 385
#define __NR_pkey_mprotect 386
+#define __NR_pkey_rseq 387
+#define __NR_rseq 387
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */

View File

@ -10,10 +10,14 @@
%define arch_val arm64
%define arch_old_val %{nil}
%endif
%ifarch ppc64le
%define arch_val ppc64le
%define arch_old_val %{nil}
%endif
Name: valgrind
Version: 3.16.0
Release: 4
Release: 5
Epoch: 1
Summary: An instrumentation framework for building dynamic analysis tools
License: GPLv2+
@ -102,6 +106,9 @@ popd
%{_mandir}/man1/*
%changelog
* Wed Jan 31 2024 peng.zou <peng.zou@shingroup.cn> - 1:3.16.0-5
- Add ppc64le support
* Thu Aug 25 2022 liyanan <liyanan32@h-partners.com> - 1:3.16.0-4
- Add BIND_NOW and PIE safe complie option