From c52d8a8e7ff930e81d153163e19db72e32e3e0b8 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 1 Sep 2010 16:09:24 +0000 Subject: [PATCH] 1.0.42.18: let's take that again Previous commit was supposed to have this commit message: "OpenBSD build fix -- signal handlers need to lead FPU control word" * Patch by Josh Elsasser, lp#615492. In his words: OpenBSD/amd64 recently began running signal handlers with a clean FPU state, making it necessary to load the floating point control word. The attached patch does exactly this, and works equally well on OpenBSD systems from both before and after the signal handler change was made. This patch is necessary to build SBCL x86-64 on recent -current snapshots of OpenBSD, and for the upcoming 4.8 release. * Committing untested, as I don't have OpenBSD handy. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index a93d3e7..52b3a7d 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.42.17" +"1.0.42.18" -- 1.7.10.4