linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc
commitd0924a26d8f37ab95fdef99f6850b93e9af3ffb2
authorChen Gang <gang.chen.5i5j@gmail.com>
Sat, 12 Sep 2015 15:32:30 +0000 (12 23:32 +0800)
committerRiku Voipio <riku.voipio@linaro.org>
Thu, 1 Oct 2015 08:13:55 +0000 (1 11:13 +0300)
treeb70e620e9b2a29fb8dfbed98da9dab977cd174a5
parent08703b9f7bcd7ca2152d51a4c8893d26f1dc28de
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target openrisc

qemu has already considered about some targets may have no traditional
signals. And openrisc's setup_frame() is dummy, but it can be supported
by setup_rt_frame().

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/signal.c