]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: hook up tee syscall correctly
authorPetar Jovanovic <mips32r2@gmail.com>
Wed, 14 Aug 2019 15:27:25 +0000 (15:27 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Wed, 14 Aug 2019 15:27:25 +0000 (15:27 +0000)
commit04614dae3b3e9d0ba25ed8f12fd930f758a98119
treefd3e60e6e06674e3398819d0316d89657db6efa6
parentb9841d959205bf790f3bd80dadba6d23837ce2db
mips: hook up tee syscall correctly

Hook up sys_tee for mips32 and mips64 correctly.
For mips64, it is just a simplification to use generic linux implementation.

This fixes tee01 test in the LTP test suite for mips32.
coregrind/m_syswrap/syswrap-mips32-linux.c
coregrind/m_syswrap/syswrap-mips64-linux.c