]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user, mips: add syscall table generation support
authorLaurent Vivier <laurent@vivier.eu>
Tue, 10 Mar 2020 10:33:58 +0000 (11:33 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 20 Mar 2020 15:02:00 +0000 (16:02 +0100)
commitc59716fc5b62734052d26baa06b62467c0d3c125
treeb639e8a8dbb1220a8eeec063c7fceb4acb65a5fb
parent8d62f35ad26ec1331c71b3992b2d208acf1754f8
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 <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-17-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure
linux-user/Makefile.objs
linux-user/mips/Makefile.objs [new file with mode: 0644]
linux-user/mips/syscall_nr.h [deleted file]
linux-user/mips/syscall_o32.tbl [new file with mode: 0644]
linux-user/mips/syscallhdr.sh [new file with mode: 0644]