diff options
author | Michael Meissner <gnu@the-meissners.org> | 1998-11-20 00:44:03 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1998-11-20 00:44:03 +0000 |
commit | 86908c4014bc6886938120517603e1e565b935d4 (patch) | |
tree | b40a890c279e060fca9c338b158cc4bf0d971a19 /sim/ppc | |
parent | f51dbfbd4e5a0a38ac9623b3b44116dd600ec6c9 (diff) | |
download | gdb-86908c4014bc6886938120517603e1e565b935d4.zip gdb-86908c4014bc6886938120517603e1e565b935d4.tar.gz gdb-86908c4014bc6886938120517603e1e565b935d4.tar.bz2 |
Fix problem where qnan was treated like an infinity
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 4dc4b40..e43462c 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,9 @@ +1998-11-19 Michael Meissner <meissner@cygnus.com> + + * ppc-instructions (is_{NaN,inf}): Use unsigned64 to get the + fractional type, so that quiet NaN's aren't treated like + Infinities. + Mon Sep 28 09:42:45 1998 Drew Moseley <dmoseley@cygnus.com> * table.c (table_open): For cygwin hosts, we need to use the return value |