Re: [PATCH v3 03/21] linux-user, hppa: add syscall table generation support

2020-02-28 Thread Richard Henderson
On 2/25/20 4:15 AM, Laurent Vivier wrote: >hppa) > mttcg="yes" > +TARGET_SYSTBL_ABI=common,64 We only support hppa32. We don't even emulate a 64-bit cpu. Of course... I wasn't even aware that linux had any support for a 64-bit userland for hppa, which was one of the reasons why I

[PATCH v3 03/21] linux-user, hppa: add syscall table generation support

2020-02-25 Thread Laurent Vivier
Copy syscall.tbl and syscallhdr.sh from linux/arch/parisc/kernel/syscalls v5.5 Update syscallhdr.sh to generate QEMU syscall_nr.h Signed-off-by: Laurent Vivier --- configure | 3 +- linux-user/Makefile.objs | 1 + linux-user/hppa/Makefile.objs | 5 +