summaryrefslogtreecommitdiff
path: root/packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-20 04:58:46 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commite7deac3aad394325f9e6fc6fda41d34ec94a59e0 (patch)
tree6ad88362f0bfa8385a91eb494009a4646aeb74b6 /packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch
parentb9af225f58e45c7fae7eb9d3689fe939243e7578 (diff)
Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch')
-rw-r--r--packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch b/packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch
new file mode 100644
index 0000000..ebbf69a
--- /dev/null
+++ b/packages/strace/4.5.18/110-dont-use-REG_SYSCALL-for-sh.patch
@@ -0,0 +1,11 @@
+diff -dur strace-4.5.16.orig/process.c strace-4.5.16/process.c
+--- strace-4.5.16.orig/process.c 2007-01-11 23:08:38.000000000 +0100
++++ strace-4.5.16/process.c 2007-07-14 19:19:58.000000000 +0200
+@@ -2685,7 +2685,6 @@
+ { 4*REG_GBR, "4*REG_GBR" },
+ { 4*REG_MACH, "4*REG_MACH" },
+ { 4*REG_MACL, "4*REG_MACL" },
+- { 4*REG_SYSCALL, "4*REG_SYSCALL" },
+ { 4*REG_FPUL, "4*REG_FPUL" },
+ { 4*REG_FPREG0, "4*REG_FPREG0" },
+ { 4*(REG_FPREG0+1), "4*REG_FPREG1" },