Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=IL7GfPtb; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=TgZXBsAh Received: by mail.netbsd.org (Postfix, from userid 605) id 805A684F67; Fri, 19 Apr 2024 09:15:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713518157; bh=lMn4zEm3ND4WFr3PQe2lCDUVhTuyukGi1xTJy3fNTzo=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=IL7GfPtbLby1YLgH+8fPPdhlu2x5w9vOtOEPF12TV0Dnh5o/EbibCiS/RJGLwzSIV gdBL7NLlnNHHULWeTeSJlfkqMm1LoJtGXQUL2NT8zP/yW3/vxsdPMk9I39soTAyZrg pgj0KNvKZnE1GytxI5iUiH2dOCwDnIS6SMSs+ojE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6536184F67 for ; Fri, 19 Apr 2024 09:15:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rlP2h9jYlbGB for ; Fri, 19 Apr 2024 09:15:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 03FE584CCC for ; Fri, 19 Apr 2024 09:15:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713518156; bh=lMn4zEm3ND4WFr3PQe2lCDUVhTuyukGi1xTJy3fNTzo=; h=Date:From:Subject:To:Reply-To; b=TgZXBsAhw4dj8ZK79UnkhgcPKaIx/bBt0WOdaXCzg/mAKhcFPaZfgEWDc81E//hnJ sIHktLhP45aiiWsSD1bYhMa+rIfVQNkvuoI7C0rq33mnikdMpFRbCUiJcqZR6Ev2YA Eawn+ooqBdMezxjtqb2fjxvgz8g1GEOPvhVhWYaY= Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECB82FA2C; Fri, 19 Apr 2024 09:15:55 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 09:15:55 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/vax/vax To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240419091555.ECB82FA2C@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: Fri Apr 19 09:15:55 UTC 2024 Modified Files: src/sys/arch/vax/vax [netbsd-10]: unimpl_emul.S Log Message: Pull up following revision(s) (requested by kalvisd in ticket #670): sys/arch/vax/vax/unimpl_emul.S: revision 1.5 vax/unimpl_emul.S: Initialise locations storing floating-point values with a constant of the appropriate format To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.40.1 src/sys/arch/vax/vax/unimpl_emul.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.