Re: [PATCH v2 5/7] linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER

2021-04-23 Thread Alex Bennée
Richard Henderson writes: > This means that we can share the TARGET_NR_rt_sigaction code, > and the target_rt_sigaction structure is unused. Untangling > the ifdefs so that target_sigaction can be shared will wait > until the next patch. > > Signed-off-by: Richard Henderson Reviewed-by: Alex

[PATCH v2 5/7] linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER

2021-04-22 Thread Richard Henderson
This means that we can share the TARGET_NR_rt_sigaction code, and the target_rt_sigaction structure is unused. Untangling the ifdefs so that target_sigaction can be shared will wait until the next patch. Signed-off-by: Richard Henderson --- linux-user/alpha/target_signal.h | 1 + linux-user/sy