This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/qemu.
from e2c2d57599 Merge tag 'pull-testing-next-010622-3' of https://github.com [...] adds 12629fcf4d target/m68k: Clear mach in m68k_cpu_disas_set_info adds abc098351e target/m68k: Enable halt insn for 68060 adds 79e1d527e1 target/m68k: Raise the TRAPn exception with the correct pc adds 02ea42b36d target/m68k: Switch over exception type in m68k_interrupt_all adds eeb8f7b0f8 target/m68k: Fix coding style in m68k_interrupt_all adds cf213dacf8 linux-user/m68k: Handle EXCP_TRAP1 through EXCP_TRAP15 adds 035c6e7b5d target/m68k: Remove retaddr in m68k_interrupt_all adds ad5a5cf97d target/m68k: Fix address argument for EXCP_CHK adds 710d747b2d target/m68k: Fix pc, c flag, and address argument for EXCP_DIV0 adds 8115fc9368 target/m68k: Fix address argument for EXCP_TRACE adds a1aedd6cbd target/m68k: Fix stack frame for EXCP_ILLEGAL adds aeeb90afce target/m68k: Implement TRAPcc adds 815c6dea46 target/m68k: Implement TPF in terms of TRAPcc adds 43accc4862 target/m68k: Implement TRAPV adds cc1cc264b1 target/m68k: Implement FTRAPcc adds e105db0227 tests/tcg/m68k: Add trap.c adds 7c75571c07 linux-user/strace: Use is_error in print_syscall_err adds dc3e83d5b1 linux-user/strace: Adjust get_thread_area for m68k adds 36a0ab595f target/m68k: Mark helper_raise_exception as noreturn adds 1e62a82574 Merge tag 'm68k-for-7.1-pull-request' of https://github.com/ [...] adds dc24c99116 tcg: Add tcg_gen_mov_ptr adds 3cc18d18cc tcg/i386: Fix encoding of OPC_VPSRAQ for INDEX_op_sars_vec adds 94bcc91b2e tcg/aarch64: Fix illegal insn from out-of-range shli adds c9641eb422 Merge tag 'pull-tcg-20220602' of https://gitlab.com/rth7680/ [...]
No new revisions were added by this update.
Summary of changes: include/tcg/tcg-op.h | 5 ++ linux-user/m68k/cpu_loop.c | 13 ++- linux-user/strace.c | 2 +- linux-user/strace.list | 5 ++ target/m68k/cpu.c | 7 +- target/m68k/cpu.h | 8 ++ target/m68k/helper.h | 14 +-- target/m68k/op_helper.c | 173 ++++++++++++++++++++----------------- target/m68k/translate.c | 192 ++++++++++++++++++++++++++++++----------- tcg/aarch64/tcg-target.c.inc | 2 +- tcg/i386/tcg-target.c.inc | 2 +- tests/tcg/m68k/Makefile.target | 3 + tests/tcg/m68k/trap.c | 129 +++++++++++++++++++++++++++ 13 files changed, 405 insertions(+), 150 deletions(-) create mode 100644 tests/tcg/m68k/trap.c