On 8/7/21 11:42 AM, Warner Losh wrote:
From: Warner Losh<i...@freebsd.org>
Add a stubbed out version of setup_sigtramp. This is not yet used for
x86, but is used for other architectures. This will be connected in
future commits.
Signed-off-by: Stacey Son<s...@freebsd.org>
Signed-off-by: Warner Losh<i...@bsdimp.com>
---
bsd-user/i386/target_arch_sigtramp.h | 29 ++++++++++++++++++++++++++
bsd-user/x86_64/target_arch_sigtramp.h | 29 ++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 bsd-user/i386/target_arch_sigtramp.h
create mode 100644 bsd-user/x86_64/target_arch_sigtramp.h
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~