Dirk Mueller
4aab495c91
- Add support for PR_CAPBSET_READ/DROP syscalls. Fixes false error messages with latest libcap 2.30. * 0001-Add-newer-constants-for-prctl-syscall.patch * 0002-Add-support-for-PR_CAPBSET_READ-and-_DROP-syscalls.patch - add 0001-Fix-makefile-consistency-check.patch 0001-s390x-Add-models-z14-and-z14-ZR1.patch 0001-s390x-Clean-up-s390-check-opcodes.pl.patch 0001-s390x-Add-CPU-model-for-z15.patch (bsc#1165834) OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=215
27 lines
922 B
Diff
27 lines
922 B
Diff
From 379c62017f1e573eeb54725bf3a3bc84c5aa9977 Mon Sep 17 00:00:00 2001
|
|
From: Petar Jovanovic <mips32r2@gmail.com>
|
|
Date: Fri, 14 Jun 2019 14:14:05 +0000
|
|
Subject: [PATCH] Fix makefile consistency check
|
|
|
|
Add ecag.stdout.exp-z14 to EXTRA_DIST.
|
|
---
|
|
none/tests/s390x/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/none/tests/s390x/Makefile.am b/none/tests/s390x/Makefile.am
|
|
index a5fbffd1e..c5b07f7a2 100644
|
|
--- a/none/tests/s390x/Makefile.am
|
|
+++ b/none/tests/s390x/Makefile.am
|
|
@@ -39,7 +39,7 @@ EXTRA_DIST = \
|
|
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
|
|
$(addsuffix .vgtest,$(INSN_TESTS)) \
|
|
ecag.stdout.exp-z10ec ecag.stdout.exp-z196 ecag.stdout.exp-zec12 \
|
|
- ecag.stdout.exp-z13 \
|
|
+ ecag.stdout.exp-z13 ecag.stdout.exp-z14 \
|
|
op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
|
fixbr.vgtest fixbr.stderr.exp fixbr.stdout.exp \
|
|
fpext.vgtest fpext.stderr.exp fpext.stdout.exp \
|
|
--
|
|
2.25.1
|
|
|