summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 15:44:05 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-25 15:44:05 (GMT)
commitd64cca93c6d220ede8c8ba740294fd8d453d64fe (patch)
treeee6927b8279060e040c2b0ae614630687234df1b /config/debug
parent0c063fad74495afa5f79e51585915dbb71081873 (diff)
Update strace to 4.5.17:
- forward-port the patchset from strace-4.5.16 to 4.5.17 - add a new patch from Michael Abbott (#170) /trunk/patches/strace/4.5.17/100-autoreconf.patch | 16 10 6 0 ++-- /trunk/patches/strace/4.5.17/150-undef-CTL_PROC.patch | 8 6 2 0 +- /trunk/patches/strace/4.5.17/140-statfs64-check.patch | 28 16 12 0 ++++--- /trunk/patches/strace/4.5.17/160-undef-syscall.patch | 24 14 10 0 +++--- /trunk/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/120-fix-arm-bad-syscall.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/130-fix-disabled-largefile-syscalls.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/170-arm-syscalls.patch | 42 42 0 0 ++++++++++ /trunk/config/debug/strace.in | 5 5 0 0 + 9 files changed, 114 insertions(+), 39 deletions(-)
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/strace.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 566df18..eae6d01 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -24,6 +24,10 @@ config STRACE_V_4_5_16
bool
prompt "4.5.16"
+config STRACE_V_4_5_17
+ bool
+ prompt "4.5.17"
+
config STRACE_V_4_5_18
bool
prompt "4.5.18 (EXPERIMENTAL)"
@@ -39,6 +43,7 @@ config STRACE_VERSION
default "4.5.14" if STRACE_V_4_5_14
default "4.5.15" if STRACE_V_4_5_15
default "4.5.16" if STRACE_V_4_5_16
+ default "4.5.17" if STRACE_V_4_5_17
default "4.5.18" if STRACE_V_4_5_18
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!