]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: syscalls: Update .xml.in files for some archs
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 29 Feb 2024 08:39:05 +0000 (16:39 +0800)
committerTiezhu Yang <yangtiezhu@loongson.cn>
Wed, 20 Mar 2024 10:50:10 +0000 (18:50 +0800)
commit59a83e67de2a47286f6d9e863a502d67acbc303a
treeec14e3741493454e17d50d5c9c8cdff2dcba2113
parent35716707ebbbd4bffe19313fa33148de5fe1ca42
gdb: syscalls: Update .xml.in files for some archs

Make use of the script update-linux-from-src.sh to regenerate the Linux
syscall group info against Linux git commit d206a76d7d27 which will be
released in v6.8.

Like this:

  $ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git linux.git
  $ git clone https://sourceware.org/git/binutils-gdb.git gdb.git
  $ cd gdb.git/gdb/syscalls/
  $ ./update-linux-from-src.sh ~/linux.git/

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Approved-By: John Baldwin <jhb@FreeBSD.org>
gdb/syscalls/amd64-linux.xml.in
gdb/syscalls/i386-linux.xml.in
gdb/syscalls/mips-n32-linux.xml.in
gdb/syscalls/mips-n64-linux.xml.in
gdb/syscalls/mips-o32-linux.xml.in
gdb/syscalls/ppc-linux.xml.in
gdb/syscalls/ppc64-linux.xml.in
gdb/syscalls/s390-linux.xml.in
gdb/syscalls/s390x-linux.xml.in
gdb/syscalls/sparc-linux.xml.in
gdb/syscalls/sparc64-linux.xml.in