core/strace/strace-4.5.14-glibc25.diff
2006-11-20 18:45:51 +00:00

12 lines
374 B
Diff

--- strace.c.orig 2006-10-01 14:48:30.000000000 +0200
+++ strace.c 2006-10-01 14:48:08.000000000 +0200
@@ -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;