commit | e7424abc201ea06ff91a15fd86a533a22cd8dff4 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Jul 23 12:20:55 2021 -1000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Nov 02 07:00:52 2021 -0400 |
tree | d35abf7874f85105c7d7ae1d8bf6ab492ecf8498 | |
parent | 12ed56407e60371d45ffa3b7f2fd00c4d7efa580 [diff] |
target/alpha: Implement alpha_cpu_record_sigbus Record trap_arg{0,1,2} for the linux-user signal frame. Raise SIGBUS directly from cpu_loop_exit_sigbus, which means we can remove the code for EXCP_UNALIGN in cpu_loop. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>