linux-user/alpha: Share code for TARGET_NR_sigaction
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 22 Apr 2021 23:02:26 +0000 (16:02 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 18 May 2021 05:10:46 +0000 (07:10 +0200)
commit02d0de101c797d14115629818823c0e062c64d26
treef18d138947117e1d16a7c4c4ad7d38bf981c9b4e
parent0f6f99032e495b28b8d455144610c5a84a7067d8
linux-user/alpha: Share code for TARGET_NR_sigaction

There's no longer a difference between the alpha code and
the generic code.

There is a type difference in target_old_sigaction.sa_flags,
which can be resolved with a very much smaller ifdef, which
allows us to finish sharing the target_sigaction definition.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20210422230227.314751-7-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/syscall.c
linux-user/syscall_defs.h