strace 4.4.98 compile problem on arm

Erik Andersen andersen at codepoet.org
Thu Jun 26 19:42:39 UTC 2003


Arm needs the following to compile...

--- strace-4.4.98/syscall.orig.c	2003-06-26 19:43:59.000000000 -0600
+++ strace-4.4.98/syscall.c	2003-06-26 19:44:16.000000000 -0600
@@ -695,6 +695,7 @@
 #elif defined (M68K)
 	static int d0;
 #elif defined (ARM)
+	static long r0;
 	static struct pt_regs regs;
 #elif defined (ALPHA)
 	static long r0;

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--




More information about the Strace-devel mailing list