aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/strace/strace
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete/strace/strace')
-rw-r--r--recipes/obsolete/strace/strace/arm-compilation.patch10
-rw-r--r--recipes/obsolete/strace/strace/arm-syscall.patch16
2 files changed, 26 insertions, 0 deletions
diff --git a/recipes/obsolete/strace/strace/arm-compilation.patch b/recipes/obsolete/strace/strace/arm-compilation.patch
new file mode 100644
index 0000000000..9dd7133ce1
--- /dev/null
+++ b/recipes/obsolete/strace/strace/arm-compilation.patch
@@ -0,0 +1,10 @@
+--- strace-4.4.98/syscall.c~arm-compilation 2003-06-04 01:29:04.000000000 +0200
++++ strace-4.4.98/syscall.c 2003-09-01 00:13:02.000000000 +0200
+@@ -696,6 +696,7 @@
+ static int d0;
+ #elif defined (ARM)
+ static struct pt_regs regs;
++ static long r0;
+ #elif defined (ALPHA)
+ static long r0;
+ static long a3;
diff --git a/recipes/obsolete/strace/strace/arm-syscall.patch b/recipes/obsolete/strace/strace/arm-syscall.patch
new file mode 100644
index 0000000000..952d09bb24
--- /dev/null
+++ b/recipes/obsolete/strace/strace/arm-syscall.patch
@@ -0,0 +1,16 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- /dev/null
++++ strace-4.4.98/linux/arm/syscall.h
+@@ -0,0 +1,2 @@
++#include "../syscall.h"
++#include "dummy.h"
+--- /dev/null
++++ strace-4.4.98/linux/arm/dummy.h
+@@ -0,0 +1,3 @@
++#include "../dummy.h"
++#undef SYS_waitpid
++#define sys_waitpid printargs