qemu/bsd-user/arm
Warner Losh 224474622e bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm
Fix the broken context setting for arm. FreeBSD's get_mcontext does not
fill in the vfp info. It's filled in in sigframe(). This corresponds to
the new setup_sigframe_arch which fills in mcontext, then adjusts it to
point to the vfp context in the sigframe and fills in that context as
well. Add pointer to where this code is done.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
2022-01-28 15:52:38 -07:00
..
signal.c bsd-user/arm/signal.c: Implement setup_sigframe_arch for arm 2022-01-28 15:52:38 -07:00
target_arch.h bsd-user/arm/target_arch_cpu.c: Target specific TLS routines 2022-01-07 22:58:51 -07:00
target_arch_cpu.c bsd-user/arm/target_arch_cpu.c: Target specific TLS routines 2022-01-07 22:58:51 -07:00
target_arch_cpu.h bsd-user/arm/target_arch_cpu.h: Implement system call dispatch 2022-01-07 22:58:51 -07:00
target_arch_elf.h bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl 2022-01-07 22:58:51 -07:00
target_arch_reg.h bsd-user/arm/target_arch_reg.h: Implement core dump register copying 2022-01-07 22:58:51 -07:00
target_arch_signal.h bsd-user/arm/target_arch_signal.h: Define size of *context_t 2022-01-07 22:58:51 -07:00
target_arch_sigtramp.h bsd-user/arm/target_arch_sigtramp.h: Signal Trampoline for arm 2022-01-07 22:58:51 -07:00
target_arch_sysarch.h bsd-user/arm/target_arch_sysarch.h: Use consistent include guards 2022-01-07 22:58:51 -07:00
target_arch_thread.h bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread 2022-01-07 22:58:51 -07:00
target_arch_vmparam.h bsd-user/arm/target_arch_vmparam.h: Parameters for arm address space 2022-01-07 22:58:51 -07:00
target_syscall.h bsd-user/arm/target_syscall.h: Add copyright and update name 2022-01-07 22:58:51 -07:00