qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 12/14] bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to r


From: Richard Henderson
Subject: Re: [PATCH 12/14] bsd-user: Define TARGET_SIGSTACK_ALIGN and use it to round stack
Date: Tue, 23 Jul 2024 11:14:37 +1000
User-agent: Mozilla Thunderbird

On 7/23/24 07:43, Warner Losh wrote:
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>
---
  bsd-user/aarch64/target_arch_signal.h | 2 ++
  bsd-user/arm/target_arch_signal.h     | 2 ++
  bsd-user/i386/target_arch_signal.h    | 2 ++
  bsd-user/signal.c                     | 9 +--------
  bsd-user/x86_64/target_arch_signal.h  | 2 ++
  5 files changed, 9 insertions(+), 8 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]