Re: [PATCH v4.5 28/29] gdbstub: Build syscall.c once

2023-03-03 Thread Philippe Mathieu-Daudé
On 3/3/23 03:58, Richard Henderson wrote: There is no longer anything target specific. Signed-off-by: Richard Henderson --- gdbstub/syscalls.c | 5 + gdbstub/meson.build | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH v4.5 28/29] gdbstub: Build syscall.c once

2023-03-02 Thread Richard Henderson
There is no longer anything target specific. Signed-off-by: Richard Henderson --- gdbstub/syscalls.c | 5 + gdbstub/meson.build | 3 +-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gdbstub/syscalls.c b/gdbstub/syscalls.c index b7d85c41c7..4391d124e2 100644 --- a/gdbstub/s