|
From: | Richard Henderson |
Subject: | Re: [PATCH v4 03/21] linux-user,hppa: add syscall table generation support |
Date: | Wed, 11 Mar 2020 10:21:56 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 |
On 3/10/20 3:33 AM, Laurent Vivier wrote: > 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 <address@hidden> > Reviewed-by: Taylor Simpson <address@hidden> > --- > configure | 3 +- > linux-user/Makefile.objs | 1 + > linux-user/hppa/Makefile.objs | 5 + > linux-user/hppa/syscall.tbl | 435 ++++++++++++++++++++++++++++++++++ > linux-user/hppa/syscall_nr.h | 358 ---------------------------- > linux-user/hppa/syscallhdr.sh | 32 +++ > 6 files changed, 475 insertions(+), 359 deletions(-) > create mode 100644 linux-user/hppa/Makefile.objs > create mode 100644 linux-user/hppa/syscall.tbl > delete mode 100644 linux-user/hppa/syscall_nr.h > create mode 100644 linux-user/hppa/syscallhdr.sh Reviewed-by: Richard Henderson <address@hidden> r~
[Prev in Thread] | Current Thread | [Next in Thread] |