public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb: syscalls: Add loongarch case in update-linux-from-src.sh
@ 2024-03-20 10:51 Tiezhu Yang
  0 siblings, 0 replies; only message in thread
From: Tiezhu Yang @ 2024-03-20 10:51 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b369b90c0d881d6fe5033269019e0f487e53a8eb

commit b369b90c0d881d6fe5033269019e0f487e53a8eb
Author: Tiezhu Yang <yangtiezhu@loongson.cn>
Date:   Thu Feb 29 16:39:09 2024 +0800

    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>

Diff:
---
 gdb/syscalls/update-linux-from-src.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gdb/syscalls/update-linux-from-src.sh b/gdb/syscalls/update-linux-from-src.sh
index d816a3d5e4d..21c921af126 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
 	    ;;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-20 10:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-20 10:51 [binutils-gdb] gdb: syscalls: Add loongarch case in update-linux-from-src.sh Tiezhu Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).