Received: by mail.netbsd.org (Postfix, from userid 605) id C225784DA5; Sat, 20 Nov 2021 19:06:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ED92884D91 for ; Sat, 20 Nov 2021 19:06:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id FYd922LH1QkW for ; Sat, 20 Nov 2021 19:06:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 92B7B84D1D for ; Sat, 20 Nov 2021 19:06:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8BD53FAEC; Sat, 20 Nov 2021 19:06:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 20 Nov 2021 19:06:21 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/lib/libunwind To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20211120190621.8BD53FAEC@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Sat Nov 20 19:06:21 UTC 2021 Modified Files: src/sys/lib/libunwind: Registers.hpp Log Message: Teach the LLVM-derived unwinder about the DWARF pseudo-register defined by GCC for Alpha to hold the return address where the signal trampoline will resume. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/lib/libunwind/Registers.hpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.