summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--i386/bogus/fpe.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d3c6a5..cdf42c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2001-06-25 Marcus Brinkmann <marcus@gnu.org>
+
+ * i386/bogus/fpe.h (FPE): Define FPE to 0, as the floating point
+ emulation is broken anyway and blows up plex86.
+
2001-06-17 Marcus Brinkmann <marcus@gnu.org>
- * debian/rules: Update to cyrrent version.
+ * debian/rules: Update to current version.
2001-06-13 Roland McGrath <roland@frob.com>
diff --git a/i386/bogus/fpe.h b/i386/bogus/fpe.h
index 48cc80f..c5c0304 100644
--- a/i386/bogus/fpe.h
+++ b/i386/bogus/fpe.h
@@ -1 +1 @@
-#define FPE 1
+#define FPE 0