From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12e.google.com (mail-lf1-x12e.google.com [IPv6:2a00:1450:4864:20::12e]) by sourceware.org (Postfix) with ESMTPS id C72A4385381D for ; Wed, 14 Jul 2021 11:14:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C72A4385381D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=statdns.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=statdns.com Received: by mail-lf1-x12e.google.com with SMTP id f30so2990886lfj.1 for ; Wed, 14 Jul 2021 04:14:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=statdns-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=Tg1oaO2XwXgS0w3BbleXHuop/zo6QNtac5e20scxqCE=; b=Ta/gOt7NZe10x+xoo48nYkoBrXZ7kbAWF5KGqjGX/2IRnWC0RsE2GwfZWdf9AXcWGH SNlnoXsVjZZYRXwbaAG9sfla+0chi2Xl/fSlhlCAP55MtogJ4uIBk3qAFChqxB2xAhfp zSrznBD/cpVX8E5WhM9nN4CYp+ZDtfljagZn3PvLLS0Ms75ZiDmDBue/1DbJneCmmk1h 7Ns/JeOwNoGcRw3dAibhUb/vyt7p5BqX47l7qmf1JRutUod49E8y9/QI91y8eYdCC1+8 l4rAs8/GNQhaIk+qT8AcqmeckDGfdiyHV1mzJoYsyQWIf+GWuCZQpImqoHKE2k4U9HxJ ofbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=Tg1oaO2XwXgS0w3BbleXHuop/zo6QNtac5e20scxqCE=; b=Ovg99gzMmo4iHu5D2sl/HCf95Sioo/H7p0gAJ+EIuW761n7gCKjIYt1v/Cuzy0kxZO AgM3PmvuZXSrUSqCE82Re8rY9/uuzo/LmLI51LmM8k9g6nhjFSx1Ooq1gEcVKAKssSth awammM1QmYedJinhHaEPvCTWvMMpcv4sZ9aB3lNjuDIM/ELv8JI0owMUCch9lxSNaGAy 3EVt/46rmstyhPXMxYdNAoBxqdJWHns/Wj1rS5g1gFEOTiovUXAh58wToWMhkpBUUhQe hyrov14QUxQqmNefwkWbqrAduO15JhZb0GHEhTCwddFuGKfxFZ2Wd3z8Gm7QYQu1FEqM 3Rmw== X-Gm-Message-State: AOAM530v3dje4qt+lTJDXagHksoSBtD6fYK33AJ6GpAW9IETxB0Wij4x vP+0ymAMJLJ+JoKxFlLGaMFZS1NpFpaPGaCw X-Google-Smtp-Source: ABdhPJy3+/u5jsdOpZJHeUm1GE6Slv3OrRUp7xMMkReZxZ3mbtWLYQ/DsGHnP9/AxzOFOqpWPRgEGg== X-Received: by 2002:ac2:4ac6:: with SMTP id m6mr7922015lfp.73.1626261284407; Wed, 14 Jul 2021 04:14:44 -0700 (PDT) Received: from gmail.com (178235186213.dynamic-4-waw-k-2-2-0.vectranet.pl. [178.235.186.213]) by smtp.gmail.com with ESMTPSA id r201sm140475lff.179.2021.07.14.04.14.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jul 2021 04:14:44 -0700 (PDT) Date: Wed, 14 Jul 2021 13:14:39 +0200 From: Frederic Cambus To: gdb-patches@sourceware.org Subject: [PATCH] Update the NetBSD system call table to match NetBSD-current. Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-8.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, FSL_HELO_FAKE, GIT_PATCH_0, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2021 11:14:47 -0000 Generated from sys/sys/syscall.h revision 1.319. We can safely remove the _lwp_gettid syscall, which was never exposed in libc and never made it into a release. gdb/ChangeLog-2021: 2021-07-14 Frederic Cambus * syscalls/netbsd.xml: Regenerate. --- gdb/syscalls/netbsd.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/gdb/syscalls/netbsd.xml b/gdb/syscalls/netbsd.xml index 9b7d51af7f3..615163e2b5c 100644 --- a/gdb/syscalls/netbsd.xml +++ b/gdb/syscalls/netbsd.xml @@ -105,6 +105,7 @@ + @@ -171,6 +172,9 @@ + + + @@ -310,7 +314,6 @@ - @@ -458,4 +461,17 @@ + + + + + + + + + + + + + -- 2.31.1