From 71922625f39fc4f5a3ae87e38810b818af878f81 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sun, 12 Apr 1998 19:32:23 +0000 Subject: [PATCH] ecoffl.h: Do not include mips.h. * mips/ecoffl.h: Do not include mips.h. * mips/elf.h: Likewise. From-SVN: r19150 --- gcc/ChangeLog | 3 +++ gcc/config/mips/ecoffl.h | 3 ++- gcc/config/mips/elf.h | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ae34aaa2630..44bd2dd4e69 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 85663e95465..9fe90e84848 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 334bd5b8363..e0425cf73ac 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"