summaryrefslogtreecommitdiff
path: root/packages/strace/4.26/0000-mips-o32-fix-build.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-14 08:11:42 (GMT)
committerGitHub <noreply@github.com>2022-02-14 08:11:42 (GMT)
commit681aaef1f1ff39c341fdc529e0db2c14639a58d8 (patch)
treece98c2b3d9648db065d27add325370392a35d584 /packages/strace/4.26/0000-mips-o32-fix-build.patch
parentba680a3e5b8c62a7c1554e71f6d09903dac95a2f (diff)
parent86c2982568de1ad4d4cc12a65b19231331484405 (diff)
Merge pull request #1674 from stilor/master
Updates to make `ct-ng build-all` pass
Diffstat (limited to 'packages/strace/4.26/0000-mips-o32-fix-build.patch')
-rw-r--r--packages/strace/4.26/0000-mips-o32-fix-build.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/strace/4.26/0000-mips-o32-fix-build.patch b/packages/strace/4.26/0000-mips-o32-fix-build.patch
index d3c828e..afb1f40 100644
--- a/packages/strace/4.26/0000-mips-o32-fix-build.patch
+++ b/packages/strace/4.26/0000-mips-o32-fix-build.patch
@@ -17,11 +17,14 @@ Date: Tue Jan 8 19:23:44 2019 +0000
Reported-by: Baruch Siach <baruch@tkos.co.il>
Fixes: v4.26~61 "Refactor stack pointers"
-diff --git a/linux/mips/get_syscall_args.c b/linux/mips/get_syscall_args.c
-index 387aa852..e2889f98 100644
+---
+ linux/mips/get_syscall_args.c | 26 ++++++++++++++++++++++++++
+ syscall.c | 27 ++-------------------------
+ 2 files changed, 28 insertions(+), 25 deletions(-)
+
--- a/linux/mips/get_syscall_args.c
+++ b/linux/mips/get_syscall_args.c
-@@ -37,3 +37,29 @@ arch_get_syscall_args(struct tcb *tcp)
+@@ -37,3 +37,29 @@
#endif
return 1;
}
@@ -51,11 +54,9 @@ index 387aa852..e2889f98 100644
+ }
+}
+#endif /* SYS_syscall_subcall */
-diff --git a/syscall.c b/syscall.c
-index d78f51dd..51fcc721 100644
--- a/syscall.c
+++ b/syscall.c
-@@ -349,31 +349,8 @@ decode_ipc_subcall(struct tcb *tcp)
+@@ -349,31 +349,8 @@
#endif /* SYS_ipc_subcall */
#ifdef SYS_syscall_subcall