* mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 12 Jun 1993 22:12:45 +0000 (22:12 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 12 Jun 1993 22:12:45 +0000 (22:12 +0000)
probably contained byte-order sins too.
config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
The IEEE_FLOAT code in print_floating takes care of it.

gdb/config/mips/tm-mips.h

index d167a57ece81bb7ac3b1afded1a7c7a330633360..4a9d375fa1ebc5c33f603ebd3f1ffcd36b3b40f4 100644 (file)
@@ -80,9 +80,9 @@ extern int mips_fpu;
 
 #define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 4) == 0x3e00008)
 
-/* Return 1 if P points to an invalid floating point value. */
+/* This is taken care of in print_floating [IEEE_FLOAT].  */
 
-#define INVALID_FLOAT(p,l)     isa_NAN(p,l)
+#define INVALID_FLOAT(p,l) 0
 
 /* Say how long (all) registers are.  */