Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RPtbpvJn; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=APzuptBS Received: by mail.netbsd.org (Postfix, from userid 605) id 314F884D2F; Tue, 16 Apr 2024 00:03:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713225812; bh=CGsie7JqFtgK3mEHmOe/3W/bOn1N8w67U/14IelcepM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=RPtbpvJnLpWQzTuTyIS4pa/AAxzfARDIM+Z7eUyklv6MUGXZiqO6b7t9e0uBg4IaT b6Fu8gVRs+I2CBqESYC61BQfN7JQt9/2JgNYBvfl1c3BIpM7Z+zpr8oVwiIXKxqsC1 5BoSsKtYZaVyyUfgdWBQGVGihrBe077z8iBee2DE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CF3084D28 for ; Tue, 16 Apr 2024 00:03:31 +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 BWl7FfkP0E_7 for ; Tue, 16 Apr 2024 00:03:30 +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 A1BFD84CE8 for ; Tue, 16 Apr 2024 00:03:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713225810; bh=CGsie7JqFtgK3mEHmOe/3W/bOn1N8w67U/14IelcepM=; h=Date:From:Subject:To:Reply-To; b=APzuptBSbwK10GbuiEVupO823XwlQ1N6ByPzTCYs43rR3manHFbboaIEML2P17awH 6u+/UA3ClPWxCg6fsLuPysYDEvWFzJYo5kJrtRWjsZHZF17T+Df8zO7hPjncwu8YGm +iB4CEBTmWqg8c3JSXgebtUOHf18uINWhjSYFFMI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 999F9FA2C; Tue, 16 Apr 2024 00:03:30 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 16 Apr 2024 00:03:30 +0000 From: "Kalvis Duckmanton" Subject: CVS commit: src/sys/arch/vax/vax To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240416000330.999F9FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Kalvis Duckmanton" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: kalvisd Date: Tue Apr 16 00:03:30 UTC 2024 Modified Files: src/sys/arch/vax/vax: unimpl_emul.S Log Message: 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.5 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.