|
From: | gaosong |
Subject: | Re: [PATCH] linux-user: move target_signal.h generic definitions to generic/signal.h |
Date: | Thu, 25 Nov 2021 20:52:46 +0800 |
User-agent: | Mozilla/5.0 (X11; Linux loongarch64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
Surely I 'll add a patch to delete TARGET_SIGSTKSZ.+ +#define TARGET_MINSIGSTKSZ 2048While all the architectures you de-duplicated here have TARGET_MINSIGSTACKSZ as 2048, some others specify a different value (mostly 4096, e.g. alpha), as can be seen in your next patch (which should belong to this series, btw).
mips64, sparc, alpha, mips, hppa, their signal definitions are defined in /linux-user/XXX/target_signal.h,Do you mean to change semantics here? Or you might have to allow arches to override this value.
[Prev in Thread] | Current Thread | [Next in Thread] |