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-aarch64 in repository toolchain/ci/qemu.
from b37778b840 linux-user: Fix clang warning for nios2-linux-user code adds d010b8bd93 linux-user/alpha: Set TRAP_UNK for bugchk and unknown gentrap adds d9c5d7cf4d linux-user/alpha: Set FPE_FLTUNK for gentrap ROPRAND adds 1c165977de linux-user/alpha: Use force_sig_fault adds 32e321861d linux-user/cris: Use force_sig_fault adds f64859684a linux-user/hppa: Use force_sig_fault adds 7337adeac0 linux-user/hppa: Use the proper si_code for PRIV_OPR, PRIV_R [...] adds 6ac3bf1f55 linux-user: Remove TARGET_NSIGFPE adds 0edf34c93e linux-user/hppa: Set FPE_CONDTRAP for COND adds 1ade5b2fed linux-user/i386: Split out maybe_handle_vm86_trap adds d08d6d66f6 linux-user/i386: Use force_sig, force_sig_fault adds 71dc6f7488 linux-user/m68k: Use force_sig_fault adds 23ae825ab7 linux-user/microblaze: Use force_sig_fault adds 0b25c4a1f6 linux-user/microblaze: Fix SIGFPE si_codes adds bf19bdb8f3 linux-user/mips: Improve do_break adds 73c0aa6a85 linux-user/mips: Use force_sig_fault adds 6f3533dd1b target/mips: Extract break code into env->error_code adds 0a3336f6fd target/mips: Extract trap code into env->error_code adds b600705669 linux-user/openrisc: Use force_sig_fault adds d30e60e7b4 linux-user/ppc: Use force_sig_fault adds 8521cc21ad linux-user/riscv: Use force_sig_fault adds 8f0bebebd2 linux-user/s390x: Use force_sig_fault adds 588c7a171b linux-user/sh4: Use force_sig_fault adds ac80d8b151 linux-user/sparc: Use force_sig_fault adds 2dd4634963 linux-user/xtensa: Use force_sig_fault adds ffe81d4398 linux-user/arm: Move target_oabi_flock64 out of target_structs.h adds 72f692694f linux-user: Move target_struct.h generic definitions to generic/ adds 08f5f97349 linux-user: Do not special-case NULL for PR_GET_PDEATHSIG adds 1edebb36ea linux-user: Map signal number in PR_GET_PDEATHSIG adds f746c65909 linux-user: Implement PR_SET_PDEATHSIG adds 4f4e5567f8 linux-user: Implement capability prctls adds 91f5f7a5df Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/li [...]
No new revisions were added by this update.
Summary of changes: linux-user/aarch64/target_structs.h | 59 +-------- linux-user/alpha/cpu_loop.c | 61 +++------- linux-user/arm/target_structs.h | 60 +--------- linux-user/cris/cpu_loop.c | 12 +- linux-user/cris/target_structs.h | 59 +-------- linux-user/{i386 => generic}/target_structs.h | 6 +- linux-user/hexagon/target_structs.h | 55 +-------- linux-user/hppa/cpu_loop.c | 26 ++-- linux-user/i386/cpu_loop.c | 78 +++++------- linux-user/i386/target_structs.h | 59 +-------- linux-user/m68k/cpu_loop.c | 24 +--- linux-user/m68k/target_structs.h | 59 +-------- linux-user/microblaze/cpu_loop.c | 71 ++++++----- linux-user/microblaze/target_structs.h | 59 +-------- linux-user/mips/cpu_loop.c | 166 +++++--------------------- linux-user/nios2/target_structs.h | 59 +-------- linux-user/openrisc/cpu_loop.c | 18 +-- linux-user/openrisc/target_structs.h | 59 +-------- linux-user/ppc/cpu_loop.c | 136 +++++---------------- linux-user/riscv/cpu_loop.c | 31 +---- linux-user/riscv/target_structs.h | 47 +------- linux-user/s390x/cpu_loop.c | 7 +- linux-user/sh4/cpu_loop.c | 6 +- linux-user/sh4/target_structs.h | 59 +-------- linux-user/sparc/cpu_loop.c | 14 +-- linux-user/syscall.c | 19 ++- linux-user/syscall_defs.h | 3 +- linux-user/x86_64/target_structs.h | 36 +----- linux-user/xtensa/cpu_loop.c | 26 ++-- target/mips/tcg/micromips_translate.c.inc | 10 +- target/mips/tcg/mips16e_translate.c.inc | 2 +- target/mips/tcg/nanomips_translate.c.inc | 4 +- target/mips/tcg/translate.c | 36 +++++- target/mips/tcg/translate.h | 1 + 34 files changed, 263 insertions(+), 1164 deletions(-) copy linux-user/{i386 => generic}/target_structs.h (95%)