From 21d1489665b10f619ad5e1a34811ee5b5a1fab9b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 8 Jul 2005 18:42:15 +0000 Subject: * tconfig.in (SIM_QUIET_NAN_NEGATED): Define. --- sim/mips/ChangeLog | 4 ++++ sim/mips/tconfig.in | 3 +++ 2 files changed, 7 insertions(+) (limited to 'sim') 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 + + * tconfig.in (SIM_QUIET_NAN_NEGATED): Define. + 2005-06-16 David Ung Nigel Stephens 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 -- cgit v1.1