summaryrefslogtreecommitdiff
path: root/patches/strace/4.10/002_arm_mmap2.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 /patches/strace/4.10/002_arm_mmap2.patch
parentb9af225f58e45c7fae7eb9d3689fe939243e7578 (diff)
Switch comp.libs/tools and debug to new framework.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/strace/4.10/002_arm_mmap2.patch')
-rw-r--r--patches/strace/4.10/002_arm_mmap2.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/patches/strace/4.10/002_arm_mmap2.patch b/patches/strace/4.10/002_arm_mmap2.patch
deleted file mode 100644
index 41953e2..0000000
--- a/patches/strace/4.10/002_arm_mmap2.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-commit dbadf7bcc8995612d5ef737047b909e868387e37
-Author: Andreas Schwab <schwab@suse.de>
-Date: Mon Mar 9 16:55:06 2015 +0100
-
- Fix decoding of mmap2 for arm
-
- * syscallent.h (mmap2): Decode with sys_mmap_4koff, not
- sys_mmap_pgoff.
-
-diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
-index 52aed9e..b66a5a2 100644
---- a/linux/arm/syscallent.h
-+++ b/linux/arm/syscallent.h
-@@ -218,7 +218,7 @@
- [189] = { 5, 0, sys_putpmsg, "putpmsg" },
- [190] = { 0, TP, sys_vfork, "vfork" },
- [191] = { 2, 0, sys_getrlimit, "ugetrlimit" },
--[192] = { 6, TD|TM|SI, sys_mmap_pgoff, "mmap2" },
-+[192] = { 6, TD|TM|SI, sys_mmap_4koff, "mmap2" },
- [193] = { 4, TF, sys_truncate64, "truncate64" },
- [194] = { 4, TD, sys_ftruncate64, "ftruncate64" },
- [195] = { 2, TF, sys_stat64, "stat64" },