diff options
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/alpha/alpha.h | 4 | ||||
-rw-r--r-- | gcc/config/iq2000/iq2000.h | 2 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 2 | ||||
-rw-r--r-- | gcc/config/score/score.h | 2 | ||||
-rw-r--r-- | gcc/config/vax/vax.h | 4 |
5 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index 5f2431e2978..b37a19d1e44 100644 --- a/gcc/config/alpha/alpha.h +++ b/gcc/config/alpha/alpha.h @@ -245,10 +245,6 @@ extern enum alpha_fp_trap_mode alpha_fptm; /* Define the size of `long long'. The default is the twice the word size. */ #define LONG_LONG_TYPE_SIZE 64 -/* We're IEEE unless someone says to use VAX. */ -#define TARGET_FLOAT_FORMAT \ - (TARGET_FLOAT_VAX ? VAX_FLOAT_FORMAT : IEEE_FLOAT_FORMAT) - /* The two floating-point formats we support are S-floating, which is 4 bytes, and T-floating, which is 8 bytes. `float' is S and `double' and `long double' are T. */ diff --git a/gcc/config/iq2000/iq2000.h b/gcc/config/iq2000/iq2000.h index f5574e4d757..f99a85d9593 100644 --- a/gcc/config/iq2000/iq2000.h +++ b/gcc/config/iq2000/iq2000.h @@ -128,8 +128,6 @@ #define PCC_BITFIELD_TYPE_MATTERS 1 -#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT - /* Layout of Source Language Data Types. */ diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 4b8c231376e..662886cf8db 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -100,8 +100,6 @@ along with GCC; see the file COPYING3. If not see big endian, opposite for what you need for float, the vax float conversion routines aren't actually used directly. But the underlying format is indeed the vax/pdp11 float format. */ -#define TARGET_FLOAT_FORMAT VAX_FLOAT_FORMAT - extern const struct real_format pdp11_f_format; extern const struct real_format pdp11_d_format; diff --git a/gcc/config/score/score.h b/gcc/config/score/score.h index 78d2c574e1a..d400f6ab0ce 100644 --- a/gcc/config/score/score.h +++ b/gcc/config/score/score.h @@ -198,8 +198,6 @@ support long double, we also want a 128-bit integer type. */ #define MAX_FIXED_MODE_SIZE LONG_DOUBLE_TYPE_SIZE -#define TARGET_FLOAT_FORMAT IEEE_FLOAT_FORMAT - /* Layout of Data Type. */ /* Set the sizes of the core types. */ #define INT_TYPE_SIZE 32 diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h index 68726ffcf2b..84a6ba4bd1a 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -642,10 +642,6 @@ enum reg_class { NO_REGS, ALL_REGS, LIM_REG_CLASSES }; so give the MEM rtx a byte's mode. */ #define FUNCTION_MODE QImode -/* This machine doesn't use IEEE floats. */ - -#define TARGET_FLOAT_FORMAT VAX_FLOAT_FORMAT - /* Specify the cost of a branch insn; roughly the number of extra insns that should be added to avoid a branch. |