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/hppa
Helge Deller b4b49cf39d linux-user/hppa: Send proper si_code on SIGFPE exception
Improve the linux-user emulation to send the correct si_code depending
on overflow (TARGET_FPE_FLTOVF), underflow (TARGET_FPE_FLTUND), ...
Note that the hardware stores the relevant flags in FP exception
register #1, which is actually the lower 32-bits of the 64-bit fr[0]
register in qemu.

Signed-off-by: Helge Deller <deller@gmx.de>
3 weeks ago
..
Makefile.vdso linux-user/hppa: Add vdso 2 years ago
cpu_loop.c linux-user/hppa: Send proper si_code on SIGFPE exception 3 weeks ago
meson.build linux-user/hppa: Add vdso 2 years ago
signal.c linux-user/hppa: Force all code addresses to PRIV_USER 1 year ago
sockbits.h Supply missing header guards 6 years ago
syscall.tbl target/ppc: Fix lxvx/stxvx facility check 8 months ago
syscallhdr.sh license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only 9 months ago
target_cpu.h linux-user/hppa: Force all code addresses to PRIV_USER 1 year ago
target_elf.h target/hppa: Implement hppa_cpu_class_by_name 2 years ago
target_errno_defs.h linux-user/hppa: Move errno definitions to 'target_errno_defs.h' 4 years ago
target_fcntl.h linux-user: fix O_NONBLOCK in signalfd4() and eventfd2() syscalls 4 years ago
target_mman.h linux-user: Define ELF_ET_DYN_BASE in $guest/target_mman.h 2 years ago
target_prctl.h target/hppa: Implement prctl_unalign_sigbus 3 years ago
target_proc.h linux-user: Split out cpu/target_proc.h 2 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/hppa: Add signal trampoline for hppa target 3 years ago
target_structs.h linux user: Fix Lesser GPL version number 5 years ago
target_syscall.h linux-user/hppa: Increase guest stack size to 80MB for hppa target 3 years ago
termbits.h linux-user: Add missing termbits types and values definitions 5 years ago
vdso-asmoffset.h linux-user/hppa: Add vdso 2 years ago
vdso.S linux-user/hppa: Add vdso 2 years ago
vdso.ld linux-user/hppa: Add vdso 2 years ago
vdso.so linux-user/hppa: Add vdso 2 years ago