]> git.ipfire.org Git - thirdparty/qemu.git/commit
linux-user, mips64: add syscall table generation support
authorLaurent Vivier <laurent@vivier.eu>
Tue, 10 Mar 2020 10:33:59 +0000 (11:33 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 20 Mar 2020 15:02:00 +0000 (16:02 +0100)
commit686a0fe4dbeb711eeed83d7a3e307c6506fdb8b3
tree4a54b16ceebaa71ac0a06bcca585274af7bcc2aa
parentc59716fc5b62734052d26baa06b62467c0d3c125
linux-user, mips64: add syscall table generation support

Copy syscall_n32.tbl, syscall_n64.tbl and syscallhdr.sh from
linux/arch/parisc/kernel/syscalls v5.5
Update syscallhdr.sh to generate QEMU syscall_nr.h

Move the offsets (6000 for n32 and 5000 for n64) from the file to
the Makefile.objs to be passed to syscallhdr.sh

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-18-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure
linux-user/Makefile.objs
linux-user/mips64/Makefile.objs [new file with mode: 0644]
linux-user/mips64/syscall_n32.tbl [new file with mode: 0644]
linux-user/mips64/syscall_n64.tbl [new file with mode: 0644]
linux-user/mips64/syscall_nr.h [deleted file]
linux-user/mips64/syscallhdr.sh [new file with mode: 0644]