diff options
author | Ian Lance Taylor <ian@airs.com> | 2005-07-08 18:42:15 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2005-07-08 18:42:15 +0000 |
commit | 21d1489665b10f619ad5e1a34811ee5b5a1fab9b (patch) | |
tree | feec7d24889aeb2cb54d8c1adf02a5b04c6f8b13 /sim | |
parent | 09b96ea041546cc645313936516c4ee727e6ea39 (diff) | |
download | gdb-21d1489665b10f619ad5e1a34811ee5b5a1fab9b.zip gdb-21d1489665b10f619ad5e1a34811ee5b5a1fab9b.tar.gz gdb-21d1489665b10f619ad5e1a34811ee5b5a1fab9b.tar.bz2 |
* tconfig.in (SIM_QUIET_NAN_NEGATED): Define.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/ChangeLog | 4 | ||||
-rw-r--r-- | sim/mips/tconfig.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index d963ab3..9b14b8f 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2005-07-08 Ian Lance Taylor <ian@airs.com> + + * tconfig.in (SIM_QUIET_NAN_NEGATED): Define. + 2005-06-16 David Ung <davidu@mips.com> Nigel Stephens <nigel@mips.com> diff --git a/sim/mips/tconfig.in b/sim/mips/tconfig.in index 7cea845..2f14ce1 100644 --- a/sim/mips/tconfig.in +++ b/sim/mips/tconfig.in @@ -31,3 +31,6 @@ MODULE_INSTALL_FN dv_sockser_install; /* Define this if the target cpu is bi-endian and the simulator supports it. */ #define SIM_HAVE_BIENDIAN + +/* MIPS uses an unusual format for floating point quiet NaNs. */ +#define SIM_QUIET_NAN_NEGATED |