mirror_qemu/linux-user/arm/nwfpe
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
..
double_cpdo.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
extended_cpdo.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
fpa11.c linux-user/arm/nwfpe: Check coprocessor number for FPA emulation 2018-01-11 13:25:39 +00:00
fpa11.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
fpa11.inl Update to a hopefully more future proof FSF address 2010-03-07 15:48:43 +00:00
fpa11_cpdo.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
fpa11_cpdt.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
fpa11_cprt.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
fpopcode.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00
fpopcode.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
fpsr.h Clean up ill-advised or unusual header guards 2016-07-12 16:20:46 +02:00
meson.build meson: linux-user 2020-08-21 06:30:38 -04:00
single_cpdo.c linux-user: Clean up includes 2016-01-29 15:07:22 +00:00