!37 Fix patch error and add ppc64le support
From: @peng_zou Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
b5b2abcf24
@ -177,7 +177,7 @@ index 6827964..507117b 100644
|
|||||||
#define __NR_pkey_alloc 384
|
#define __NR_pkey_alloc 384
|
||||||
#define __NR_pkey_free 385
|
#define __NR_pkey_free 385
|
||||||
#define __NR_pkey_mprotect 386
|
#define __NR_pkey_mprotect 386
|
||||||
+#define __NR_pkey_rseq 387
|
+#define __NR_rseq 387
|
||||||
|
|
||||||
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */
|
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */
|
||||||
|
|
||||||
|
|||||||
@ -10,10 +10,14 @@
|
|||||||
%define arch_val arm64
|
%define arch_val arm64
|
||||||
%define arch_old_val %{nil}
|
%define arch_old_val %{nil}
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch ppc64le
|
||||||
|
%define arch_val ppc64le
|
||||||
|
%define arch_old_val %{nil}
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: valgrind
|
Name: valgrind
|
||||||
Version: 3.16.0
|
Version: 3.16.0
|
||||||
Release: 4
|
Release: 5
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: An instrumentation framework for building dynamic analysis tools
|
Summary: An instrumentation framework for building dynamic analysis tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -102,6 +106,9 @@ popd
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 25 2022 liyanan <liyanan32@h-partners.com> - 1:3.16.0-4
|
||||||
- Add BIND_NOW and PIE safe complie option
|
- Add BIND_NOW and PIE safe complie option
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user