* tconfig.in (SIM_QUIET_NAN_NEGATED): Define.
This commit is contained in:
parent
09b96ea041
commit
21d1489665
2 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue