summaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace-4.5.14/glibc-2.5.patch
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-23 00:22:05 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-23 00:22:05 +0000
commit37568a71d07060976b5a3c330ab6f4c2c7e1a87e (patch)
tree9957336a057303677b2ce61d2a6cd01b55549eda /meta/packages/strace/strace-4.5.14/glibc-2.5.patch
parentae60cc23f955d0f8feb68a46ef301b4f1e682a08 (diff)
downloadpoky-37568a71d07060976b5a3c330ab6f4c2c7e1a87e.tar.gz
Add strace 4.5.14 (with EABI fixes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1087 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/strace/strace-4.5.14/glibc-2.5.patch')
-rw-r--r--meta/packages/strace/strace-4.5.14/glibc-2.5.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/strace/strace-4.5.14/glibc-2.5.patch b/meta/packages/strace/strace-4.5.14/glibc-2.5.patch
new file mode 100644
index 0000000000..3ee6b3de75
--- /dev/null
+++ b/meta/packages/strace/strace-4.5.14/glibc-2.5.patch
@@ -0,0 +1,11 @@
1--- strace-4.5.14/strace.c~ 2006-10-14 14:54:54.000000000 +1000
2+++ strace-4.5.14/strace.c 2006-10-14 14:54:54.000000000 +1000
3@@ -2251,7 +2251,7 @@
4 if (!cflag
5 && (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) {
6 unsigned long addr = 0, pc = 0;
7-#ifdef PT_GETSIGINFO
8+#if defined(PT_GETSIGINFO) && defined(IA64)
9 # define PSR_RI 41
10 struct siginfo si;
11 unsigned long psr;