Searched hist:"5 fa2a10ba6822fc1e500e921dcae344db46e1649" (Results 1 – 5 of 5) sorted by relevance
/qemu/bsd-user/aarch64/ |
H A D | target_arch_signal.h | 5fa2a10ba6822fc1e500e921dcae344db46e1649 Sun Jun 23 21:29:42 UTC 2024 Warner Losh <imp@bsdimp.com> bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Most (all?) targets require stacks to be properly aligned. Rather than a series of ifdefs in bsd-user/signal.h, instead use a manditory #define for all architectures.
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/bsd-user/arm/ |
H A D | target_arch_signal.h | 5fa2a10ba6822fc1e500e921dcae344db46e1649 Sun Jun 23 21:29:42 UTC 2024 Warner Losh <imp@bsdimp.com> bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Most (all?) targets require stacks to be properly aligned. Rather than a series of ifdefs in bsd-user/signal.h, instead use a manditory #define for all architectures.
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/bsd-user/i386/ |
H A D | target_arch_signal.h | 5fa2a10ba6822fc1e500e921dcae344db46e1649 Sun Jun 23 21:29:42 UTC 2024 Warner Losh <imp@bsdimp.com> bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Most (all?) targets require stacks to be properly aligned. Rather than a series of ifdefs in bsd-user/signal.h, instead use a manditory #define for all architectures.
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/bsd-user/x86_64/ |
H A D | target_arch_signal.h | 5fa2a10ba6822fc1e500e921dcae344db46e1649 Sun Jun 23 21:29:42 UTC 2024 Warner Losh <imp@bsdimp.com> bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Most (all?) targets require stacks to be properly aligned. Rather than a series of ifdefs in bsd-user/signal.h, instead use a manditory #define for all architectures.
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|
/qemu/bsd-user/ |
H A D | signal.c | 5fa2a10ba6822fc1e500e921dcae344db46e1649 Sun Jun 23 21:29:42 UTC 2024 Warner Losh <imp@bsdimp.com> bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Most (all?) targets require stacks to be properly aligned. Rather than a series of ifdefs in bsd-user/signal.h, instead use a manditory #define for all architectures.
Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
|