Received: by mail.netbsd.org (Postfix, from userid 605) id F19FC84D17; Tue, 1 Jun 2021 10:39:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 30A6684CEA for ; Tue, 1 Jun 2021 10:39:49 +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 dwonPGt-39UT for ; Tue, 1 Jun 2021 10:39:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC21984CD8 for ; Tue, 1 Jun 2021 10:39:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD34BFA95; Tue, 1 Jun 2021 10:39:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 1 Jun 2021 10:39:48 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/aarch64/aarch64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210601103948.AD34BFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Tue Jun 1 10:39:48 UTC 2021 Modified Files: src/sys/arch/aarch64/aarch64 [netbsd-9]: netbsd32_machdep.c Log Message: Pull up following revision(s) (requested by rin in ticket #1277): sys/arch/aarch64/aarch64/netbsd32_machdep.c: revision 1.18 Fix conversion between aarch64 and aarch32 fpreg's; in aarch32 mode, d0-d31 are packed into v0-v15 (== q0-q15). This fixes crashes in VFP-optimized codes running on COMPAT_NETBSD32. OK ryo To generate a diff of this commit: cvs rdiff -u -r1.7.2.2 -r1.7.2.3 \ src/sys/arch/aarch64/aarch64/netbsd32_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.