diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-06-25 16:28:26 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-06-25 16:28:26 +0000 |
commit | 512c25572bffac58dfeea41a5b95d6c04329a139 (patch) | |
tree | 3edea85b34edee75286d681d642179a076a1c16e | |
parent | d2d6f17fe0e8bc1b9ba37e0433de9a64784998d0 (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-- | ChangeLog | 7 | ||||
-rw-r--r-- | i386/bogus/fpe.h | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -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 |