patches/strace/4.5.15/150-strace-dont-use-REG_SYSCALL-for-sh.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 22 13:29:08 2008 +0000 (2008-07-22)
changeset 710 021546adce69
permissions -rw-r--r--
Allow selecting 'latest' snapshot, as well as 'specific' date snapshot for glibc.
Update uClibc config to commonalise some help.

/trunk/scripts/build/libc_glibc.sh | 22 20 2 0 ++++++++++++++++++++--
/trunk/config/libc/glibc.in | 12 12 0 0 ++++++++++++
/trunk/config/libc/uClibc.in | 12 4 8 0 ++++--------
/trunk/config/libc.in | 13 13 0 0 +++++++++++++
4 files changed, 49 insertions(+), 10 deletions(-)
yann@257
     1
diff -dur strace-4.5.15.orig/process.c strace-4.5.15/process.c
yann@257
     2
--- strace-4.5.15.orig/process.c	2007-01-11 23:08:38.000000000 +0100
yann@257
     3
+++ strace-4.5.15/process.c	2007-07-14 19:19:58.000000000 +0200
yann@257
     4
@@ -2679,7 +2679,6 @@
yann@257
     5
        { 4*REG_GBR,            "4*REG_GBR"                             },
yann@257
     6
        { 4*REG_MACH,           "4*REG_MACH"                            },
yann@257
     7
        { 4*REG_MACL,           "4*REG_MACL"                            },
yann@257
     8
-       { 4*REG_SYSCALL,        "4*REG_SYSCALL"                         },
yann@257
     9
        { 4*REG_FPUL,           "4*REG_FPUL"                            },
yann@257
    10
        { 4*REG_FPREG0,         "4*REG_FPREG0"                          },
yann@257
    11
        { 4*(REG_FPREG0+1),     "4*REG_FPREG1"                          },