From b369b90c0d881d6fe5033269019e0f487e53a8eb Mon Sep 17 00:00:00 2001 From: Tiezhu Yang Date: Thu, 29 Feb 2024 16:39:09 +0800 Subject: gdb: syscalls: Add loongarch case in update-linux-from-src.sh It shows that "Don't know how to generate loongarch-linux.xml.in" when using the script update-linux-from-src.sh to regenerate the syscall group info against Linux kernel, just add loongarch case. Signed-off-by: Tiezhu Yang Approved-By: John Baldwin --- gdb/syscalls/update-linux-from-src.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gdb/syscalls') diff --git a/gdb/syscalls/update-linux-from-src.sh b/gdb/syscalls/update-linux-from-src.sh index d816a3d..21c921a 100755 --- a/gdb/syscalls/update-linux-from-src.sh +++ b/gdb/syscalls/update-linux-from-src.sh @@ -154,6 +154,10 @@ for f in *.in; do echo "Skipping $f, use arm-linux.py instead" continue ;; + loongarch-linux.xml.in) + echo "Skipping $f, no syscall.tbl" + continue + ;; linux-defaults.xml.in) continue ;; -- cgit v1.1