aboutsummaryrefslogtreecommitdiff
path: root/gdb/syscalls
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2024-02-29 16:39:09 +0800
committerTiezhu Yang <yangtiezhu@loongson.cn>2024-03-20 18:50:39 +0800
commitb369b90c0d881d6fe5033269019e0f487e53a8eb (patch)
treef08d25f8ff40f58769fcac93e65806f68b2f120c /gdb/syscalls
parent65a550468cf2da301df0fee385ff42574a240736 (diff)
downloadgdb-b369b90c0d881d6fe5033269019e0f487e53a8eb.zip
gdb-b369b90c0d881d6fe5033269019e0f487e53a8eb.tar.gz
gdb-b369b90c0d881d6fe5033269019e0f487e53a8eb.tar.bz2
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 <yangtiezhu@loongson.cn> Approved-By: John Baldwin <jhb@FreeBSD.org>
Diffstat (limited to 'gdb/syscalls')
-rwxr-xr-xgdb/syscalls/update-linux-from-src.sh4
1 files changed, 4 insertions, 0 deletions
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
;;