From 21d1489665b10f619ad5e1a34811ee5b5a1fab9b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 8 Jul 2005 18:42:15 +0000 Subject: [PATCH] * tconfig.in (SIM_QUIET_NAN_NEGATED): Define. --- sim/mips/ChangeLog | 4 ++++ sim/mips/tconfig.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index d963ab3fecc..9b14b8f9e25 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 7cea8454fd0..2f14ce11979 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 -- 2.30.2