]> granicus.if.org Git - strace/commit
tests/nsyscalls.test: only trace the "syscall" syscall on mips o32
authorJames Cowgill <james410@cowgill.org.uk>
Thu, 11 Aug 2016 16:33:02 +0000 (16:33 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 11 Aug 2016 16:47:29 +0000 (16:47 +0000)
commit468dccf59d70c6b35490d4d29d35e603e85b310d
tree7bddb72511175149b35200e9435e51d489253899
parent3fb84bfc79949c145197c61fbf04ce18464e9112
tests/nsyscalls.test: only trace the "syscall" syscall on mips o32

The "syscall" syscall only exists on o32 and causes strace to error out on
64-bit mips ABIs. Pass MIPS_ABI from the configure script through to
nsyscalls.test so the MIPS ABI can be checked.

* configure.ac (MIPS_ABI): Substitute into output files.
* tests/Makefile.am (MIPS_ABI): Export via AM_TEST_LOG_FLAGS.
* tests/nsyscalls.test: Restrict special mips handling to mips o32.
configure.ac
tests/Makefile.am
tests/nsyscalls.test