From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2205) id B2F35394B03A; Mon, 9 May 2022 14:44:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B2F35394B03A Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Tom de Vries To: gdb-cvs@sourceware.org Subject: [binutils-gdb] [gdb] Add gdb/syscalls/Makefile X-Act-Checkin: binutils-gdb X-Git-Author: Tom de Vries X-Git-Refname: refs/heads/master X-Git-Oldrev: 0b8c95579f78b352cd48cc14e48ea842c64a7a5a X-Git-Newrev: d9ab2743baf47aedb40afba1a0d1a5bd2b1a755d Message-Id: <20220509144452.B2F35394B03A@sourceware.org> Date: Mon, 9 May 2022 14:44:52 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2022 14:44:52 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd9ab2743baf4= 7aedb40afba1a0d1a5bd2b1a755d commit d9ab2743baf47aedb40afba1a0d1a5bd2b1a755d Author: Tom de Vries Date: Mon May 9 16:44:48 2022 +0200 [gdb] Add gdb/syscalls/Makefile =20 Add a Makefile in gdb/syscalls that can be used to translate gdb/syscalls/*.xml.in into gdb/syscalls/*.xml. =20 Calling make reveals that bfin-linux.xml is missing, so add it. =20 Tested on x86_64-linux. Diff: --- gdb/syscalls/Makefile | 25 ++++ gdb/syscalls/bfin-linux.xml | 323 ++++++++++++++++++++++++++++++++++++++++= ++++ 2 files changed, 348 insertions(+) diff --git a/gdb/syscalls/Makefile b/gdb/syscalls/Makefile new file mode 100644 index 00000000000..f9550f5a44d --- /dev/null +++ b/gdb/syscalls/Makefile @@ -0,0 +1,25 @@ +# Copyright (C) 2022 Free Software Foundation, Inc. + +# This file is part of GDB. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# Generate .xml files from .xml.in files. + +FILES=3D$(shell ls *.xml.in | grep -v linux-defaults.xml.in | sed 's/\.in/= /') + +all: + for f in $(FILES); do \ + xsltproc --output $$f apply-defaults.xsl $$f.in; \ + done diff --git a/gdb/syscalls/bfin-linux.xml b/gdb/syscalls/bfin-linux.xml new file mode 100644 index 00000000000..efaeb9bfde7 --- /dev/null +++ b/gdb/syscalls/bfin-linux.xml @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +