Re: [PATCH v2 02/40] bsd-user: Create setup_sigframe_arch to setup sigframe context

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: Define setup_sigframe_arch whose job it is to setup the mcontext for the sigframe. Implement for x86 to just call mcontext. Signed-off-by: Warner Losh --- bsd-user/freebsd/target_os_signal.h | 3 +++ bsd-user/i386/signal.c | 13 +

[PATCH v2 02/40] bsd-user: Create setup_sigframe_arch to setup sigframe context

2022-01-24 Thread Warner Losh
Define setup_sigframe_arch whose job it is to setup the mcontext for the sigframe. Implement for x86 to just call mcontext. Signed-off-by: Warner Losh --- bsd-user/freebsd/target_os_signal.h | 3 +++ bsd-user/i386/signal.c | 13 + bsd-user/x86_64/signal.c| 1