aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-04-12 19:32:23 +0000
committerJeff Law <law@gcc.gnu.org>1998-04-12 13:32:23 -0600
commit71922625f39fc4f5a3ae87e38810b818af878f81 (patch)
treedc5f7743015746cd99c20b398fd2605ea22ced94 /gcc
parent1be12a4a7bd8e9a639a61184a52d02b42554c0ab (diff)
downloadgcc-71922625f39fc4f5a3ae87e38810b818af878f81.zip
gcc-71922625f39fc4f5a3ae87e38810b818af878f81.tar.gz
gcc-71922625f39fc4f5a3ae87e38810b818af878f81.tar.bz2
ecoffl.h: Do not include mips.h.
* mips/ecoffl.h: Do not include mips.h. * mips/elf.h: Likewise. From-SVN: r19150
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/mips/ecoffl.h3
-rw-r--r--gcc/config/mips/elf.h1
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ae34aaa..44bd2dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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".
diff --git a/gcc/config/mips/ecoffl.h b/gcc/config/mips/ecoffl.h
index 85663e9..9fe90e8 100644
--- a/gcc/config/mips/ecoffl.h
+++ b/gcc/config/mips/ecoffl.h
@@ -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
diff --git a/gcc/config/mips/elf.h b/gcc/config/mips/elf.h
index 334bd5b..e0425cf 100644
--- a/gcc/config/mips/elf.h
+++ b/gcc/config/mips/elf.h
@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
#endif
/* Mostly like ECOFF. */
-#include "mips/mips.h"
#include "gofast.h"
#include "mips/ecoff.h"