aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/alpha/tm-alpha.h3
-rw-r--r--gdb/config/arc/tm-arc.h3
-rw-r--r--gdb/config/arm/tm-arm.h1
-rw-r--r--gdb/config/fr30/tm-fr30.h3
-rw-r--r--gdb/config/h8300/tm-h8300.h1
-rw-r--r--gdb/config/h8500/tm-h8500.h2
-rw-r--r--gdb/config/i386/tm-i386.h5
-rw-r--r--gdb/config/i960/tm-i960.h4
-rw-r--r--gdb/config/m68k/tm-m68k.h2
-rw-r--r--gdb/config/m88k/tm-m88k.h2
-rw-r--r--gdb/config/pa/tm-hppa.h4
-rw-r--r--gdb/config/sparc/tm-sparc.h3
-rw-r--r--gdb/config/z8k/tm-z8k.h2
13 files changed, 0 insertions, 35 deletions
diff --git a/gdb/config/alpha/tm-alpha.h b/gdb/config/alpha/tm-alpha.h
index cc29e77..a508354 100644
--- a/gdb/config/alpha/tm-alpha.h
+++ b/gdb/config/alpha/tm-alpha.h
@@ -43,9 +43,6 @@ struct symbol;
#define TARGET_LONG_LONG_BIT 64
#define TARGET_PTR_BIT 64
-/* Floating point is IEEE compliant */
-#define IEEE_FLOAT (1)
-
/* Number of traps that happen between exec'ing the shell
* to run an inferior, and when we finally get to
* the inferior code. This is 2 on most implementations.
diff --git a/gdb/config/arc/tm-arc.h b/gdb/config/arc/tm-arc.h
index 7521296..a015843 100644
--- a/gdb/config/arc/tm-arc.h
+++ b/gdb/config/arc/tm-arc.h
@@ -27,9 +27,6 @@
/* Byte order is selectable. */
#define TARGET_BYTE_ORDER_SELECTABLE
-/* We have IEEE floating point, if we have any float at all. */
-#define IEEE_FLOAT (1)
-
/* Offset from address of function to start of its code.
Zero on most machines. */
#define FUNCTION_START_OFFSET 0
diff --git a/gdb/config/arm/tm-arm.h b/gdb/config/arm/tm-arm.h
index 377b2d8..80fc1f6 100644
--- a/gdb/config/arm/tm-arm.h
+++ b/gdb/config/arm/tm-arm.h
@@ -35,7 +35,6 @@ struct value;
#define TARGET_BYTE_ORDER_DEFAULT BFD_ENDIAN_LITTLE
/* IEEE format floating point. */
-#define IEEE_FLOAT (1)
#define TARGET_DOUBLE_FORMAT (target_byte_order == BFD_ENDIAN_BIG \
? &floatformat_ieee_double_big \
: &floatformat_ieee_double_littlebyte_bigword)
diff --git a/gdb/config/fr30/tm-fr30.h b/gdb/config/fr30/tm-fr30.h
index 5a415c9..4d55092 100644
--- a/gdb/config/fr30/tm-fr30.h
+++ b/gdb/config/fr30/tm-fr30.h
@@ -187,9 +187,6 @@ extern void fr30_store_return_value (struct type *type, char *valbuf);
/* Define this for Wingdb */
#define TARGET_FR30
-/* IEEE format floating point */
-#define IEEE_FLOAT (1)
-
/* Define other aspects of the stack frame. */
/* An expression that tells us whether the function invocation represented
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h
index ad6e7a4..79f52dc 100644
--- a/gdb/config/h8300/tm-h8300.h
+++ b/gdb/config/h8300/tm-h8300.h
@@ -58,7 +58,6 @@ extern int h8300smode;
extern void h8300_init_extra_frame_info ();
-#define IEEE_FLOAT (1)
/* Define the bit, byte, and word ordering of the machine. */
#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
#undef TARGET_INT_BIT
diff --git a/gdb/config/h8500/tm-h8500.h b/gdb/config/h8500/tm-h8500.h
index 5d00148..2beec07 100644
--- a/gdb/config/h8500/tm-h8500.h
+++ b/gdb/config/h8500/tm-h8500.h
@@ -25,8 +25,6 @@
#define GDB_TARGET_IS_H8500
-#define IEEE_FLOAT (1)
-
/* Define the bit, byte, and word ordering of the machine. */
#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
diff --git a/gdb/config/i386/tm-i386.h b/gdb/config/i386/tm-i386.h
index 0e3f9b0..9888ca4 100644
--- a/gdb/config/i386/tm-i386.h
+++ b/gdb/config/i386/tm-i386.h
@@ -47,11 +47,6 @@ struct type;
#define TARGET_LONG_DOUBLE_BIT 96
-/* Used for example in valprint.c:print_floating() to enable checking
- for NaN's */
-
-#define IEEE_FLOAT (1)
-
/* Number of traps that happen between exec'ing the shell to run an
inferior, and when we finally get to the inferior code. This is 2
on most implementations. */
diff --git a/gdb/config/i960/tm-i960.h b/gdb/config/i960/tm-i960.h
index b6ed313..da0766d 100644
--- a/gdb/config/i960/tm-i960.h
+++ b/gdb/config/i960/tm-i960.h
@@ -41,10 +41,6 @@
/* Byte order is configurable, but this machine runs little-endian. */
#define TARGET_BYTE_ORDER BFD_ENDIAN_LITTLE
-/* We have IEEE floating point, if we have any float at all. */
-
-#define IEEE_FLOAT (1)
-
/* Offset from address of function to start of its code.
Zero on most machines. */
diff --git a/gdb/config/m68k/tm-m68k.h b/gdb/config/m68k/tm-m68k.h
index d993da5..888089b 100644
--- a/gdb/config/m68k/tm-m68k.h
+++ b/gdb/config/m68k/tm-m68k.h
@@ -23,8 +23,6 @@
/* Generic 68000 stuff, to be included by other tm-*.h files. */
-#define IEEE_FLOAT (1)
-
/* Define the bit, byte, and word ordering of the machine. */
#define TARGET_BYTE_ORDER BFD_ENDIAN_BIG
diff --git a/gdb/config/m88k/tm-m88k.h b/gdb/config/m88k/tm-m88k.h
index 0f509ff..34762b9 100644
--- a/gdb/config/m88k/tm-m88k.h
+++ b/gdb/config/m88k/tm-m88k.h
@@ -47,8 +47,6 @@
init_extra_frame_info (fromleaf, fi)
extern void init_extra_frame_info ();
-#define IEEE_FLOAT (1)
-
/* Offset from address of function to start of its code.
Zero on most machines. */
diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h
index ed74844..14dc304 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. */
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h
index cf98201..4885cd0 100644
--- a/gdb/config/sparc/tm-sparc.h
+++ b/gdb/config/sparc/tm-sparc.h
@@ -298,9 +298,6 @@ extern CORE_ADDR sparc_extract_struct_value_address (char *);
#define STACK_ALIGN(ADDR) sparc32_stack_align (ADDR)
extern CORE_ADDR sparc32_stack_align (CORE_ADDR addr);
-/* Floating point is IEEE compatible. */
-#define IEEE_FLOAT (1)
-
/* The Sparc returns long doubles on the stack. */
#define RETURN_VALUE_ON_STACK(TYPE) \
diff --git a/gdb/config/z8k/tm-z8k.h b/gdb/config/z8k/tm-z8k.h
index 339eb8f..c0dbcd4 100644
--- a/gdb/config/z8k/tm-z8k.h
+++ b/gdb/config/z8k/tm-z8k.h
@@ -19,8 +19,6 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define IEEE_FLOAT (1)
-
#undef TARGET_INT_BIT
#undef TARGET_LONG_BIT
#undef TARGET_SHORT_BIT