qemu-patch-raspberry4/target-alpha
Richard Henderson ba0e276db4 target-alpha: Fixes for alpha-linux syscalls.
1. Add correct definitions of error numbers.
2. Implement SYS_osf_sigprocmask
3. Implement SYS_osf_get/setsysinfo for IEEE_FP_CONTROL.

This last requires exposing the FPCR value to do_syscall.
Since this value is actually split up into the float_status,
expose routines from helper.c to access it.

Finally, also add a float_exception_mask field to float_status.
We don't actually use it to control delivery of exceptions to
the emulator yet, but simply hold the value that we placed there
when loading/storing the FPCR.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-13 20:32:36 +01:00
..
cpu.h target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
exec.h Replace always_inline with inline 2009-08-16 09:06:54 +00:00
helper.c target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
helper.h target-alpha: Remove bogus DO_TB_FLUSH code from translator. 2009-12-13 20:32:36 +01:00
op_helper.c target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
STATUS target-alpha: update STATUS 2008-10-01 07:07:59 +00:00
translate.c target-alpha: Honor the -cpu command line argument. 2009-12-13 20:32:36 +01:00