ecoffl.h: Do not include mips.h.
authorJeffrey A Law <law@cygnus.com>
Sun, 12 Apr 1998 19:32:23 +0000 (19:32 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 12 Apr 1998 19:32:23 +0000 (13:32 -0600)
        * mips/ecoffl.h: Do not include mips.h.
        * mips/elf.h: Likewise.

From-SVN: r19150

gcc/ChangeLog
gcc/config/mips/ecoffl.h
gcc/config/mips/elf.h

index ae34aaa26309ffe67b94bc215cb2ce2163440cc5..44bd2dd4e695941f6963ad8cdc1a583e86d9bb91 100644 (file)
@@ -1,5 +1,8 @@
 Sun Apr 12 20:23:03 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * mips/ecoffl.h: Do not include mips.h.
+       * mips/elf.h: Likewise.
+
        * configure.in (mips-*-ecoff): Do not mention mips/mips.h in tm_files.
        * mips/ecoff.h: Include "mips/mips.h".
 
index 85663e95465edab9f4325c8973093cec469cf4e4..9fe90e8484806a789c1c63e4eb869e7ec0a527fd 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions of target machine for GNU compiler.  Little endian MIPS
    version with GOFAST floating point library.
-   Copyright (C) 1994 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1998 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -23,6 +23,7 @@ Boston, MA 02111-1307, USA.  */
 
 #define TARGET_ENDIAN_DEFAULT 0
 
+#include "gofast.h"
 #include "mips/ecoff.h"
 
 #undef CPP_PREDEFINES
index 334bd5b836367a0911fafcb4cca45c90047b478c..e0425cf73ac3f065d3937fa4eb1c58dd42d76867 100644 (file)
@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA.  */
 #endif
 
 /* Mostly like ECOFF.  */
-#include "mips/mips.h"
 #include "gofast.h"
 #include "mips/ecoff.h"