generic-poky/meta/packages/strace/strace-4.5.14/glibc-2.5.patch
Richard Purdie 37568a71d0 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
2006-12-23 00:22:05 +00:00

12 lines
398 B
Diff

--- strace-4.5.14/strace.c~ 2006-10-14 14:54:54.000000000 +1000
+++ strace-4.5.14/strace.c 2006-10-14 14:54:54.000000000 +1000
@@ -2251,7 +2251,7 @@
if (!cflag
&& (qual_flags[WSTOPSIG(status)] & QUAL_SIGNAL)) {
unsigned long addr = 0, pc = 0;
-#ifdef PT_GETSIGINFO
+#if defined(PT_GETSIGINFO) && defined(IA64)
# define PSR_RI 41
struct siginfo si;
unsigned long psr;