summaryrefslogtreecommitdiff
path: root/gdb/config/m88k/tm-m88k.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/m88k/tm-m88k.h')
-rw-r--r--gdb/config/m88k/tm-m88k.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/config/m88k/tm-m88k.h b/gdb/config/m88k/tm-m88k.h
index cfcc5a27d5c..82f2e39a4f2 100644
--- a/gdb/config/m88k/tm-m88k.h
+++ b/gdb/config/m88k/tm-m88k.h
@@ -96,10 +96,9 @@ extern CORE_ADDR skip_prologue ();
#define ABOUT_TO_RETURN(pc) (read_memory_integer (pc, 2) == 0xF800)
-/* Return 1 if P points to an invalid floating point value.
- LEN is the length in bytes. */
+/* This is taken care of in print_floating [IEEE_FLOAT]. */
-#define INVALID_FLOAT(p, len) IEEE_isNAN(p,len)
+#define INVALID_FLOAT(p,len) 0
/* Say how long (ordinary) registers are. */