ecoffl.h: Do not include mips.h.
* mips/ecoffl.h: Do not include mips.h. * mips/elf.h: Likewise. From-SVN: r19150
This commit is contained in:
parent
1be12a4a7b
commit
71922625f3
3 changed files with 5 additions and 2 deletions
|
@ -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".
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -29,7 +29,6 @@ Boston, MA 02111-1307, USA. */
|
|||
#endif
|
||||
|
||||
/* Mostly like ECOFF. */
|
||||
#include "mips/mips.h"
|
||||
#include "gofast.h"
|
||||
#include "mips/ecoff.h"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue