]> granicus.if.org Git - strace/commit
mips o32: decode indirect syscall
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 17 Apr 2015 09:14:19 +0000 (09:14 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 17 Apr 2015 23:02:15 +0000 (23:02 +0000)
commitf34b97f89dd3893ef3652a6899487771402fc13c
treef6e5c77dddbc41d81eced24c86c53a83fbc1ba70
parent71fb134da63960185c02f8ae133413a86eef3ea4
mips o32: decode indirect syscall

Implement decoding of MIPS O32 specific indirect syscall.

* syscall.c [LINUX_MIPSO32] (decode_mips_subcall, sys_syscall):
New functions.
(trace_syscall_entering) [LINUX_MIPSO32]: Use decode_mips_subcall.
* linux/mips/syscallent-o32.h (4000): Change sys_func to sys_syscall.

Reported-and-tested-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
linux/mips/syscallent-o32.h
syscall.c