From 18b0624b1150178e168dbbaa00cf60affb57b084 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Thu, 9 Sep 2010 00:22:03 +0000
Subject: [PATCH] Executables work on FreeBSD again.

---
 general-info/release-20b.txt | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt
index b7e71506c..2fe36217b 100644
--- a/general-info/release-20b.txt
+++ b/general-info/release-20b.txt
@@ -17,8 +17,6 @@ over the Internet, and is mostly in the public domain.
 New in this release:
 
   * Known issues:
-    - CMUCL cannot create working executable images anymore on
-      FreeBSD.
     - Executable images on Linux may not be able to be created on some
       versions of Linux.  The problem is in GNU ld which doesn't
       allocate enough phdrs to create an executable. 
@@ -202,8 +200,8 @@ New in this release:
       X.
     - It is possible to hash NaNs now.  (Previously gave an invalid
       operation exception.)
-    - For SSE2 builds, = no longer signals an error if one operand is NaN.  This
-      matches what happens for x87.
+    - For SSE2 builds, = no longer signals an error if one operand is
+      NaN.  This matches what happens for x87.
     - For SSE2 builds, SIGCONTEXT-FLOAT-REGISTER returned the wrong
       value for single-floats.  Easily noticead when tracing a
       function with single-float arguments.
-- 
GitLab