summaryrefslogtreecommitdiff
path: root/packages/strace/4.26/0000-mips-o32-fix-build.patch
diff options
context:
space:
mode:
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