* tconfig.in (SIM_QUIET_NAN_NEGATED): Define.

This commit is contained in:
Ian Lance Taylor 2005-07-08 18:42:15 +00:00
parent 09b96ea041
commit 21d1489665
2 changed files with 7 additions and 0 deletions

View File

@ -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>

View File

@ -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