summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-06-25 16:28:26 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-06-25 16:28:26 +0000
commit512c25572bffac58dfeea41a5b95d6c04329a139 (patch)
tree3edea85b34edee75286d681d642179a076a1c16e
parentd2d6f17fe0e8bc1b9ba37e0433de9a64784998d0 (diff)
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.
-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