summaryrefslogtreecommitdiff
path: root/gdb/config/pa
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-20 18:05:54 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-20 18:05:54 +0000
commit419c88be1db89b32ae478e916c09dd3238f2aec2 (patch)
treed05402f2a5de193119992d7fc1cb91c17e0e0ffb /gdb/config/pa
parentc85620f49dccbf298d8c518e83364182000f8109 (diff)
downloadgdb-419c88be1db89b32ae478e916c09dd3238f2aec2.tar.gz
Eliminate IEEE_FLOAT.
Diffstat (limited to 'gdb/config/pa')
-rw-r--r--gdb/config/pa/tm-hppa.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index ed748444db8..14dc30425a1 100644
--- a/gdb/config/pa/tm-hppa.h
+++ b/gdb/config/pa/tm-hppa.h
@@ -54,10 +54,6 @@ struct inferior_status;
((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1))
#endif
-/* Watch out for NaNs */
-
-#define IEEE_FLOAT (1)
-
/* On the PA, any pass-by-value structure > 8 bytes is actually
passed via a pointer regardless of its type or the compiler
used. */