summaryrefslogtreecommitdiff
path: root/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
Diffstat (limited to 'patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch')
-rw-r--r--patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch b/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch
deleted file mode 100644
index 4310766..0000000
--- a/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Original patch from gentoo: ../../dev/crosstool-NG/ct-ng.trunk/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch
--= BEGIN original header =-
-diff -dur strace-4.5.16.orig/process.c strace-4.5.16/process.c
--= END original header =-
-diff -durN strace-4.5.17.orig/process.c strace-4.5.17/process.c
---- strace-4.5.17.orig/process.c 2008-07-18 04:16:47.000000000 +0200
-+++ strace-4.5.17/process.c 2008-10-24 21:30:13.000000000 +0200
-@@ -2726,7 +2726,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" },