mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-18 05:28:36 -07:00
linux-user: move microblaze signal.c parts to microblaze directory
No code change, only move code from signal.c to microblaze/signal.c, except adding includes and exporting setup_frame() and setup_rt_frame(). Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180424192635.6027-6-laurent@vivier.eu>
This commit is contained in:
parent
0f22162a4d
commit
f9fb3ba359
3 changed files with 235 additions and 228 deletions
|
|
@ -26,5 +26,9 @@ static inline abi_ulong get_sp_from_cpustate(CPUMBState *state)
|
|||
return state->regs[1];
|
||||
}
|
||||
|
||||
|
||||
void setup_frame(int sig, struct target_sigaction *ka,
|
||||
target_sigset_t *set, CPUMBState *env);
|
||||
void setup_rt_frame(int sig, struct target_sigaction *ka,
|
||||
target_siginfo_t *info,
|
||||
target_sigset_t *set, CPUMBState *env);
|
||||
#endif /* MICROBLAZE_TARGET_SIGNAL_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue