You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/linux-user/sh4
Richard Henderson ab419fd8a0 target/sh4: Fix TB_FLAG_UNALIGN
The value previously chosen overlaps GUSA_MASK.

Rename all DELAY_SLOT_* and GUSA_* defines to emphasize
that they are included in TB_FLAGs.  Add aliases for the
FPSCR and SR bits that are included in TB_FLAGS, so that
we don't accidentally reassign those bits.

Fixes: 4da06fb306 ("target/sh4: Implement prctl_unalign_sigbus")
Resolves: https://gitlab.com/qemu-project/qemu/-/issues/856
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2 years ago
..
cpu_loop.c Remove qemu-common.h include from most units 3 years ago
meson.build meson: linux-user 4 years ago
signal.c target/sh4: Fix TB_FLAG_UNALIGN 2 years ago
sockbits.h linux-user: move socket.h generic definitions to generic/sockbits.h 7 years ago
syscall.tbl linux-user: update syscall.tbl to Linux v5.13 3 years ago
syscallhdr.sh linux-user, sh4: add syscall table generation support 5 years ago
target_cpu.h linux-user: Introduce cpu_clone_regs_parent 5 years ago
target_elf.h linux-user: Move CPU type name selection to a function 7 years ago
target_errno_defs.h linux-user: Extract target errno to 'target_errno_defs.h' 3 years ago
target_fcntl.h linux-user: move generic fcntl definitions to generic/fcntl.h 7 years ago
target_mman.h linux-user: Provide MADV_* definitions 2 years ago
target_prctl.h target/sh4: Implement prctl_unalign_sigbus 3 years ago
target_resource.h linux-user: Move generic TARGET_RLIMIT* definitions to generic/target_resource.h 3 years ago
target_signal.h linux-user: Move target_signal.h generic definitions to generic/signal.h 3 years ago
target_structs.h linux-user: Move target_struct.h generic definitions to generic/ 3 years ago
target_syscall.h linux-user: target_syscall.h remove definition TARGET_MINSIGSTKSZ 3 years ago
termbits.h linux-user/sh4/termbits: Silence warning about TIOCSER_TEMT double definition 3 years ago