]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: fix VG_(gdbserver_report_signal) arguments
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 8 Dec 2016 14:52:02 +0000 (14:52 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 8 Dec 2016 14:52:02 +0000 (14:52 +0000)
commit99cd942e35643167f13376487c4c1011351c9f52
treecb8bfdb7171d349c750ba8ddecaecfcb3d101175
parent43de83c7365d289d92d64d6d39b2ba1920c548be
mips: fix VG_(gdbserver_report_signal) arguments

When definition of VG_(gdbserver_report_signal) was changed in r15248,
the function VG_(synth_sigfpe) was omitted from the update.

This change fixes:

gdbserver_tests/mcsignopass              (stderr)
gdbserver_tests/mcsignopass              (stdoutB)
gdbserver_tests/mcsigpass                (stderr)
gdbserver_tests/mcsigpass                (stdoutB)

on MIPS platforms.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16180
coregrind/m_signals.c