]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips64: support for prctl(GET/SET_FP_MODE) syscalls
authorPetar Jovanovic <mips32r2@gmail.com>
Tue, 4 Oct 2016 15:25:27 +0000 (15:25 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 4 Oct 2016 15:25:27 +0000 (15:25 +0000)
commita3d6829d0482fdeb2c33966e040462558d05756d
treebc8b7120a27d5afd571822c19950f771773461e1
parentfb8ddbf24a39cde0d3266d4f76e92ab57f779799
mips64: support for prctl(GET/SET_FP_MODE) syscalls

Adding a program (change_fp_mode) to test correct fpu emulation and
fp mode switch using prctl syscalls.

Patch by Aleksandar Rikalo.
Related bug - BZ #366079.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16004
none/tests/mips64/Makefile.am
none/tests/mips64/change_fp_mode.c [new file with mode: 0644]
none/tests/mips64/change_fp_mode.stderr.exp [new file with mode: 0644]
none/tests/mips64/change_fp_mode.stdout.exp [new file with mode: 0644]
none/tests/mips64/change_fp_mode.vgtest [new file with mode: 0644]