diff options
Diffstat (limited to 'gcc/config/mips/xm-mips.h')
-rw-r--r-- | gcc/config/mips/xm-mips.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index e813692c3ec..15e8aa2270a 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -23,9 +23,3 @@ Boston, MA 02111-1307, USA. */ #if !defined(MIPSEL) && !defined(__MIPSEL__) #define HOST_WORDS_BIG_ENDIAN #endif - -/* A code distinguishing the floating point format of the host - machine. There are three defined values: IEEE_FLOAT_FORMAT, - VAX_FLOAT_FORMAT, and UNKNOWN_FLOAT_FORMAT. */ - -#define HOST_FLOAT_FORMAT IEEE_FLOAT_FORMAT |