From: Tiezhu Yang Date: Mon, 16 Dec 2024 07:03:03 +0000 (+0800) Subject: gdb: syscalls: Remove tips for LoongArch xml files X-Git-Tag: gdb-16-branchpoint~65 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2aa496bd29a81f45c330149fb8107b76e57b7565;p=thirdparty%2Fbinutils-gdb.git gdb: syscalls: Remove tips for LoongArch xml files After commit "gdb: syscalls: Handle __NR3264_ prefixed syscall number", no need to do special handling when generating xml file for LoongArch, just remove the tips in the file comment. Signed-off-by: Tiezhu Yang Approved-By: Tom de Vries --- diff --git a/gdb/syscalls/loongarch-linux.xml b/gdb/syscalls/loongarch-linux.xml index 6e85dbd7166..91e7bbc9691 100644 --- a/gdb/syscalls/loongarch-linux.xml +++ b/gdb/syscalls/loongarch-linux.xml @@ -9,29 +9,7 @@ - The file mentioned above belongs to the Linux Kernel. - - Note that the system header file /usr/include/asm-generic/unistd.h - may be different with the latest upstream Linux kernel uapi header - file include/uapi/asm-generic/unistd.h, it is better to copy the - upstream header file into the system header file when generating - loongarch-linux.xml.in. - - There exist some __NR3264_ prefixed syscall numbers, replace them - with digital numbers according to /usr/include/asm-generic/unistd.h - and sort them by syscall number manually, maybe we can modify the - script to do it automatically in the future. - - - - - - - - - - ---> + The file mentioned above belongs to the Linux Kernel. --> diff --git a/gdb/syscalls/loongarch-linux.xml.in b/gdb/syscalls/loongarch-linux.xml.in index cf38f311abe..e6e17b3f2b6 100644 --- a/gdb/syscalls/loongarch-linux.xml.in +++ b/gdb/syscalls/loongarch-linux.xml.in @@ -11,29 +11,8 @@ - The file mentioned above belongs to the Linux Kernel. + The file mentioned above belongs to the Linux Kernel. --> - Note that the system header file /usr/include/asm-generic/unistd.h - may be different with the latest upstream Linux kernel uapi header - file include/uapi/asm-generic/unistd.h, it is better to copy the - upstream header file into the system header file when generating - loongarch-linux.xml.in. - - There exist some __NR3264_ prefixed syscall numbers, replace them - with digital numbers according to /usr/include/asm-generic/unistd.h - and sort them by syscall number manually, maybe we can modify the - script to do it automatically in the future. - - - - - - - - - - --->