From c59716fc5b62734052d26baa06b62467c0d3c125 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 10 Mar 2020 11:33:58 +0100 Subject: linux-user, mips: add syscall table generation support 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: Laurent Vivier Reviewed-by: Taylor Simpson Message-Id: <20200310103403.3284090-17-laurent@vivier.eu> Signed-off-by: Laurent Vivier --- linux-user/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'linux-user/Makefile.objs') diff --git a/linux-user/Makefile.objs b/linux-user/Makefile.objs index 1791bc4..0a0715e 100644 --- a/linux-user/Makefile.objs +++ b/linux-user/Makefile.objs @@ -13,6 +13,7 @@ obj-$(TARGET_HPPA) += hppa/ obj-$(TARGET_I386) += i386/ obj-$(TARGET_M68K) += m68k/ obj-$(TARGET_MICROBLAZE) += microblaze/ +obj-$(TARGET_MIPS) += mips/ obj-$(TARGET_PPC) += ppc/ obj-$(TARGET_PPC64) += ppc/ obj-$(TARGET_S390X) += s390x/ -- cgit v1.1