Commit 71922625 by Jeffrey A Law Committed by Jeff Law

ecoffl.h: Do not include mips.h.

        * mips/ecoffl.h: Do not include mips.h.
        * mips/elf.h: Likewise.

From-SVN: r19150
parent 1be12a4a
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".
......
/* 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
......
......@@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
#endif
/* Mostly like ECOFF. */
#include "mips/mips.h"
#include "gofast.h"
#include "mips/ecoff.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment