qemu-e2k/linux-user/hppa
Marc-André Lureau 3a30446aed meson: linux-user
The most interesting or most complicated part here is the syscall_nr.h
generators.  In order to keep the generation logic all in meson.build,
I am adding to config_target the name of the .tbl file, and making the
generated file syscall<SUFFIX>_nr.h for input file syscall<SUFFIX>.tbl.

For architectures where the input file is not named syscall_nr.tbl,
syscall_nr.h has to be a source file; it's just a forwarder for x86
(i386/x86_64), while for MIPS64 it chooses between N32 and N64 ABIs.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-08-21 06:30:38 -04:00
..
cpu_loop.c target/hppa: Use env_cpu, env_archcpu 2019-06-10 07:03:34 -07:00
meson.build meson: linux-user 2020-08-21 06:30:38 -04:00
signal.c linux-user: Make sigaltstack stacks per-thread 2019-07-26 19:24:33 +02:00
sockbits.h Supply missing header guards 2019-06-12 13:20:21 +02:00
syscall.tbl linux-user: update syscall.tbl from linux 0bf999f9c5e7 2020-03-20 16:02:00 +01:00
syscallhdr.sh linux-user, hppa: add syscall table generation support 2020-03-20 16:02:00 +01:00
target_cpu.h linux-user: Introduce cpu_clone_regs_parent 2019-11-06 13:43:25 +01:00
target_elf.h linux-user: Move CPU type name selection to a function 2018-02-25 17:27:41 +01:00
target_fcntl.h linux-user: move hppa fcntl definitions to hppa/target_fcntl.h 2018-06-04 01:30:44 +02:00
target_signal.h linux-user: add missing TARGET_SIGRTMIN for hppa 2020-02-12 18:56:22 +01:00
target_structs.h linux-user: Add HPPA target_structs.h 2017-01-23 09:52:39 -08:00
target_syscall.h linux-user: define correct UTS machine name for hppa 2017-02-06 18:24:40 -08:00
termbits.h Supply missing header guards 2019-06-12 13:20:21 +02:00