]> granicus.if.org Git - strace/commitdiff
tile: disable socket and ipc subcall support
authorChris Metcalf <cmetcalf@tilera.com>
Mon, 6 May 2013 15:41:29 +0000 (11:41 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 6 May 2013 18:09:36 +0000 (18:09 +0000)
The tile arch just has the dedicated syscalls, so disable
the logic for parsing subcalls.

* linux/syscall.h [TILE]: Do not define SYS_socket_subcall and
SYS_ipc_subcall.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
linux/syscall.h

index 666de007174d342ab17362fa8d9b3d93e2bdbfdb..d0cf4235f9d1bd9a08fe228576eaa2145624e9fc 100644 (file)
@@ -317,7 +317,8 @@ int sys_osf_wait4();
  && !defined(MIPS) \
  && !defined(HPPA) \
  && !defined(__ARM_EABI__) \
- && !defined(BFIN)
+ && !defined(BFIN) \
+ && !defined(TILE)
 # if defined(SPARC) || defined(SPARC64)
 #  define SYS_socket_subcall   353
 # else