[PATCH] tile: disable socket and ipc subcall support
Chris Metcalf
cmetcalf at tilera.com
Mon May 6 15:41:29 UTC 2013
The tile arch just has the dedicated syscalls, so disable
the logic for parsing subcalls.
Signed-off-by: Chris Metcalf <cmetcalf at tilera.com>
---
linux/syscall.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/linux/syscall.h b/linux/syscall.h
index 6368cef..1a36732 100644
--- a/linux/syscall.h
+++ b/linux/syscall.h
@@ -316,7 +316,8 @@ int sys_osf_wait4();
#if !defined(ALPHA) \
&& !defined(MIPS) \
&& !defined(HPPA) \
- && !defined(__ARM_EABI__)
+ && !defined(__ARM_EABI__) \
+ && !defined(TILE)
# if defined(SPARC) || defined(SPARC64)
# define SYS_socket_subcall 353
# else
--
1.7.10.3
More information about the Strace-devel
mailing list