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

Make use of the command "make" to regenerate .xml files from .xml.in files.

Like this:

  $ git clone https://sourceware.org/git/binutils-gdb.git gdb.git
  $ cd gdb.git/gdb/syscalls/
  $ make

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