]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user/aarch64: Add padding before __kernel_rt_sigreturn
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 2 Feb 2024 03:44:27 +0000 (13:44 +1000)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 Feb 2024 07:44:49 +0000 (10:44 +0300)
commit3a970decfee1f82dcafce8b9e56bc1b382975f77
tree29ee4cd1ed3ecd9bba636af59e7afdb40a649b59
parent8b7750c66f191ec830c2985dcc1382703b48a117
linux-user/aarch64: Add padding before __kernel_rt_sigreturn

Without this padding, an unwind through the signal handler
will pick up the unwind info for the preceding syscall.

This fixes gcc's 30_threads/thread/native_handle/cancel.cc.

Cc: qemu-stable@nongnu.org
Fixes: ee95fae075c6 ("linux-user/aarch64: Add vdso")
Resolves: https://linaro.atlassian.net/browse/GNU-974
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240202034427.504686-1-richard.henderson@linaro.org>
(cherry picked from commit 6400be014f80e4c2c246eb8be709ea3a96428233)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
linux-user/aarch64/vdso-be.so
linux-user/aarch64/vdso-le.so
linux-user/aarch64/vdso.S