Re: [PATCH 16/22] linux-user, mips: add syscall table generation support

2020-02-18 Thread Aleksandar Markovic
On Monday, February 17, 2020, Laurent Vivier wrote: > Copy syscall.tbl and syscallhdr.sh from > linux/arch/mips/kernel/syscalls/syscall_o32.tbl > v5.5 > Update syscallhdr.sh to generate QEMU syscall_nr.h > Move the offset (4000) from the file to the Makefile.objs to be passed > to syscallhdr.sh

[PATCH 16/22] linux-user,mips: add syscall table generation support

2020-02-17 Thread Laurent Vivier
Copy syscall.tbl and syscallhdr.sh from linux/arch/mips/kernel/syscalls/syscall_o32.tbl v5.5 Update syscallhdr.sh to generate QEMU syscall_nr.h Move the offset (4000) from the file to the Makefile.objs to be passed to syscallhdr.sh Rename on the fly fadvise64 to fadvise64_64. Signed-off-by: Laure